From 111fde401ad32ceff815f0a5ea3ace650cce60b6 Mon Sep 17 00:00:00 2001 From: nasr Date: Wed, 4 Mar 2026 20:22:50 +0000 Subject: feature(main): b-tree structure + thoughts and sources --- sources.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sources.txt (limited to 'sources.txt') diff --git a/sources.txt b/sources.txt new file mode 100644 index 0000000..18b491b --- /dev/null +++ b/sources.txt @@ -0,0 +1,12 @@ + https://www.geeksforgeeks.org/dsa/introduction-of-b-tree-2/ + github.com/tsoding/sv/blob/master/sv.h + https://github.com/semitrivial/csv_parser + + Introduction to Algorithms, Fourth Edition + ISBN-10 : 026204630X + ISBN-13 : 978-0262046305 + + chapter 18: B-Trees + + + https://github.com/tidwall/btree.c/blob/master/btree.c -- cgit v1.3