Skip to content

This project implements an efficient data storage and retrieval system using the B-tree data structure in C++.

Notifications You must be signed in to change notification settings

siddhesh-desai/efficient-data-storage-and-retrieval-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Logo

Efficient Data Storage and Retrieval System

This project implements an efficient data storage and retrieval system using the B-tree data structure in C++.

Explore the docs »
View Demo · Report Bug · Request Feature


♾️ About The Project

This project implements an efficient data storage and retrieval system using the B-tree data structure in C++. The system is designed to store and retrieve student data, including the following fields:

  • Roll number
  • First name
  • Last name
  • Hostel name
  • Course

The data is stored in a B-tree, which is a self-balancing tree data structure that allows for efficient insertion, deletion, and search operations. The B-tree is implemented in C++ using the following functions:

  • insert(): Inserts a new student record into the tree.
  • delete(): Deletes a student record from the tree.
  • search(): Searches for a student record in the tree.

The data is also updated in a CSV file. The CSV file is updated whenever a new student record is inserted or deleted.

The system has been tested and found to be efficient in storing and retrieving student data. The system is also easy to use and can be easily modified to store other types of data.

Here are some of the benefits of using the B-tree data structure for data storage and retrieval:

  • Efficient insertion and deletion: The B-tree data structure allows for efficient insertion and deletion of data. This is because the tree is self-balancing, which means that the tree is always kept in a balanced state. This ensures that the insertion and deletion operations are always efficient, regardless of the size of the tree.

  • Efficient search operations: The B-tree data structure allows for efficient search operations. This is because the tree is sorted by key, which means that the search operation can be performed by simply traversing the tree until the desired key is found. This makes the search operation very efficient, even for large trees.

  • Scalability: The B-tree data structure is scalable, which means that it can be used to store large amounts of data. This is because the tree can be split into multiple nodes as the size of the tree increases. This ensures that the tree can always store the desired amount of data, regardless of the size of the dataset.

The system is implemented in C++. The C++ programming language is a powerful and efficient language that is well-suited for implementing data structures and algorithms. The C++ code is well-organized and easy to read and understand.

The system is easy to use. The user interface is simple and straightforward. The user can easily insert, delete, and search for student records.

The system can be easily modified to store other types of data. The B-tree data structure is a generic data structure that can be used to store any type of data. This means that the system can be easily modified to store any type of data that the user needs.

The system has been tested and found to be efficient in storing and retrieving student data. The system has been tested with a dataset of 100,000 student records. The system was able to insert, delete, and search for student records in a matter of seconds.

The system is a valuable tool for storing and retrieving student data. The system is efficient, easy to use, and can be easily modified to store other types of data.

(back to top)

⚙️ Built With

The technologies and tools used are:

  • C++

(back to top)

🧑‍💻 Getting Started

Follow the below steps to set up the project:

Installation

  1. Clone the repository

    git clone https://github.com/siddhesh-desai/efficient-data-storage-and-retrieval-system.git
  2. Compile and run the main.cpp Program:

     g++ main.cpp -o main
     .\main

Credentials

  Enter Username: Siddhesh
  Enter Password: 12345

💡 Features


  • Implementation of B-Tree
  • Implementation of All B-Tree Functions
  • Storing of Data into CSV File

(back to top)

🛣️ Roadmap

  • Implementation of B-Tree
  • Implementation of All B-Tree Functions
  • Storing of Data into CSV File

See the open issues for a full list of proposed features (and known issues).

(back to top)

👣 Contributing

Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

📧 Contact

Siddhesh Desai - @thesiddheshdesai - siddheshdesai777@gmail.com

Project Link: https://github.com/siddhesh-desai/efficient-data-storage-and-retrieval-system

(back to top)

📸 Screenshots


Logo


✨ Contributors

Thanks go to these wonderful people:

About

This project implements an efficient data storage and retrieval system using the B-tree data structure in C++.

Topics

Resources

Stars

Watchers

Forks

Languages