Skip to content

Repository files navigation

Title Study Helper System (C++ Data Structures Project)

Overview Built a C++ application to help students and teachers manage quizzes, track performance, and build study habits. The system focuses on efficient data organization, retrieval, and processing using core data structures.

Key Features Quiz system using binary tree traversal for decision-based question flow User authentication system using hash tables with collision handling (separate chaining) Student performance tracking with sorting (quicksort) Data management using maps, vectors, and stacks

Technical Focus Designed data structures to optimize lookup and retrieval performance Implemented multiple structures depending on access patterns (tree vs hash vs array) Focused on correctness, data consistency, and structured program flow

Concepts Used Hash tables Trees + traversal Sorting algorithms Stack / vector usage Algorithmic problem solving

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages