You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Healthcare Management System for managing doctors and appointments. This system allows an administrator to perform various operations such as adding, updating, deleting, and searching for doctors and appointments, while utilizing indexing techniques to enhance data organization and retrieval.
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.