Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muhammadsaadhsn/dynamic-system-model-database
- Owner: muhammadsaadhsn
- License: mit
- Created: 2023-03-04T09:05:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T09:10:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T15:39:51.261Z (14 days ago)
- Topics: avl-tree, btree, data-structures, database-management, red-black-tree, sql
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]