summaryrefslogtreecommitdiff
path: root/source/btree_impl.h
AgeCommit message (Collapse)Author
2026-03-19feature(btree): calculating insertion position properly nownasr
- fixed bug true was false when check if something was a nil btree node (kind of dumb because we dont even nee that function that was to help us out in the future but okay)
2026-03-18feature(btree_implementation): rethinnking the insertion logic using a key ↵nasr
struct
2026-03-16refactor(main): updated sourcesnasr