diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-16 20:09:38 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-16 20:09:38 +0000 |
| commit | e0722ef001c4cc41827dd83dad13d42d342d03ae (patch) | |
| tree | f6d0252a1fc603cb5717da814ac64efb80c54cc2 | |
| parent | 180ccc84aac07c7bee2b09a6e07f7406908409b9 (diff) | |
refactor(main): updated sources
| -rw-r--r-- | source/btree_impl.h (renamed from source/b_tree_impl.h) | 0 | ||||
| -rw-r--r-- | sources.txt | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/source/b_tree_impl.h b/source/btree_impl.h index 8eb0723..8eb0723 100644 --- a/source/b_tree_impl.h +++ b/source/btree_impl.h | |||
diff --git a/sources.txt b/sources.txt index 18b491b..ff2e010 100644 --- a/sources.txt +++ b/sources.txt | |||
| @@ -10,3 +10,11 @@ | |||
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | https://github.com/tidwall/btree.c/blob/master/btree.c | 12 | https://github.com/tidwall/btree.c/blob/master/btree.c |
| 13 | |||
| 14 | https://www.youtube.com/watch?v=TOb1tuEZ2X4&t=716s | ||
| 15 | - good explanations on insertion and searching | ||
| 16 | |||
| 17 | https://www.geeksforgeeks.org/dsa/insert-operation-in-b-tree/ | ||
| 18 | |||
| 19 | |||
| 20 | |||
