Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadsaadhsn/dynamic-system-model-database

I have developed a database system called DSDB that is capable of storing data in multiple files within the computer's file system. The DSDB system utilizes B-trees, AVL trees, and Red-Black trees to index the data stored in the files. This indexing mechanism ensures that various operations can be performed on the data effectively and efficiently.
https://github.com/muhammadsaadhsn/dynamic-system-model-database

avl-tree btree data-structures database-management red-black-tree sql

Last synced: 2 days ago
JSON representation

I have developed a database system called DSDB that is capable of storing data in multiple files within the computer's file system. The DSDB system utilizes B-trees, AVL trees, and Red-Black trees to index the data stored in the files. This indexing mechanism ensures that various operations can be performed on the data effectively and efficiently.

Awesome Lists containing this project

README

        

# Data Base Management System

I would like to give credit to Mohammad Faizan and Ahmed Abdurehman for their hard work and dedication to this project. Faizan's contributions to the implementation of BTrees were crucial to the success of the project, and Ahmed's work on AVL Trees was equally valuable. Their efforts, along with my own work on Red Black Trees, resulted in a successful project that would not have been possible without their contributions.

Mohammad Faizan - [email protected]

Ahmed Abdurehman - [email protected]