summaryrefslogtreecommitdiff
path: root/sources.txt
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-03-04 20:22:50 +0000
committernasr <nsrddyn@gmail.com>2026-03-04 20:22:50 +0000
commit111fde401ad32ceff815f0a5ea3ace650cce60b6 (patch)
tree7be6b450b42fb9d0e589a1285e68552a872f4db5 /sources.txt
parent7165bb7ae9e34e69d0c8802d6e356851cffe0f07 (diff)
feature(main): b-tree structure + thoughts and sources
Diffstat (limited to 'sources.txt')
-rw-r--r--sources.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources.txt b/sources.txt
new file mode 100644
index 0000000..18b491b
--- /dev/null
+++ b/sources.txt
@@ -0,0 +1,12 @@
1 https://www.geeksforgeeks.org/dsa/introduction-of-b-tree-2/
2 github.com/tsoding/sv/blob/master/sv.h
3 https://github.com/semitrivial/csv_parser
4
5 Introduction to Algorithms, Fourth Edition
6 ISBN-10 : 026204630X
7 ISBN-13 : 978-0262046305
8
9 chapter 18: B-Trees
10
11
12 https://github.com/tidwall/btree.c/blob/master/btree.c