Implemented find/find closest for B+ tree.
Added test suite. Fixed some b+ tree bugs.
This commit is contained in:
12
tests/bplus_tree_test.h
Normal file
12
tests/bplus_tree_test.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by sam on 23/06/18.
|
||||
//
|
||||
|
||||
#ifndef SDB_BPLUS_TREE_TEST_H
|
||||
#define SDB_BPLUS_TREE_TEST_H
|
||||
|
||||
#include <check.h>
|
||||
|
||||
Suite * blus_tree_suite(void);
|
||||
|
||||
#endif //SDB_BPLUS_TREE_TEST_H
|
||||
Reference in New Issue
Block a user