Skip to content

A data-base system made on the concept of index trees

Notifications You must be signed in to change notification settings

haris-sohail/DeathStats-DB

Repository files navigation

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.

About

A data-base system made on the concept of index trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages