Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 782 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 782 Bytes

DeathStats-DB

Setup and Demonstration of the application

alt text

🔗 Go to this drive link for the videos: https://drive.google.com/drive/folders/1MSfvlRxWjhQ8Dgoah40A8IMj-hs9GTTp?usp=drive_link

Description

A simple database system developed in C++. This database system uses different data structures mainly linked lists, queues, stacks and AVL Trees to store and manage the data. The data is pertaining to the leading causes of deaths in different states of USA. This data is stored in csv files which are read by the system and a database is created using trees which makes the system efficient. The database allows the user to run simple queries like point search and range search.