data-sucture

There are 1 repositories under data-sucture topic.

  • registration_management_system_using_c_plus

    jackyhuynh/registration_management_system_using_c_plus

    Registration System is a group project using C++. Registration System work as its name, a registration system for students. The application contains three data structures (binary search tree, heap, and a hashtable). Data will be read and store in the three data structures. A control manager will manage the insert, update, and delete each Object on all the data structures. There also helpers objects (File-Reader, Student, and Data) was implemented to ensure program security and abstract design. The idea with three data structures is for a backup and Optimized Search Engine. Each data structure is performed differently on each Search Algorithm.

    Language:C++110