This implementation puts a twist on the Standard Treap (randomized search tree) in the sense that I add the idea of self-organizing data structures on top, To implement a Database (collection of rows that are somehow related) Indexing.
java readme sql templates databases indexing classes relational-databases abstract treaps data-structures-and-algorithms self-organizing sqlqueries self-organizing-treaps
-
Updated
Jul 19, 2023 - Java