summaryrefslogtreecommitdiff
path: root/src/btree.h
AgeCommit message (Collapse)Author
2021-12-31Improve btree iteration0scar
2021-11-30Update API0scar
2021-11-30Add btree_iter function0scar
2021-11-30Add btree_(first|last)0scar
Returns first and last element
2021-10-25Add basic deletion0scar
2021-10-05Add btree-printing function0scar
2021-09-21Fix return type for insert0scar
2021-09-19Add search and other stuff0scar
2021-09-16Add template for btrees0scar