Skip to content

buckeye-cn/mahouDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages