Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 410 Bytes

MahouDB

A Database featuring red-black trees as its indexing.

Every element is inserted in the table as a row of data, and each value of the row is stored in the indexing for the according column. With the red-black tree, the running time of modifying and searching in the database is O(nlogn).

Red-Black Tree