BTree implementation in both memory (as arrays) and on disk (as files). Algorithms used from CLRS book.
Primary LanguageC