Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 362 Bytes

File metadata and controls

3 lines (3 loc) · 362 Bytes

Dataset1cpp

simple dataset program to manage data and understand the structure how data is stored. A persistent key-value store built in C++ featuring a clean 3-file architecture (header/implementation/main), STL map for O(log n) lookups, and fstream-based file persistence. designed with separation of concerns to mirror real-world database engine structure.