Skip to content

On-Disk Implementation of R-Tree with Insertion and Bulk Load. This data structure efficiently stores and retrieve multi-dimensional data, very similar to B+ Tree where data is 1D though.

License

Notifications You must be signed in to change notification settings

AnshPrakash/R-Tree

Repository files navigation

COL362/632 Assignment 3

  • Code

    • Keep all your C++ source files inside the home directory.
    • You are supposed to use the functions mentioned in file_manager.h. Read documentation.txt for details of what each function does.
    • Go through sample_run.cpp to get an idea of how to use the file manager.
    • The whole source code has been shared with you for your debugging purposes and if you wish to compile in a different environment.
  • Testcases

    • Sample test files have been added to testcases directory. Read the README.md file for details on the testcases.
  • Note

    • Please don't try any funny business like by-passing the file_manager or storing the complete (large) file in your own memory. The file manager we provided must be used for every access to file.

About

On-Disk Implementation of R-Tree with Insertion and Bulk Load. This data structure efficiently stores and retrieve multi-dimensional data, very similar to B+ Tree where data is 1D though.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published