summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-13 14:57:07 +0200
committernasr <nsrddyn@gmail.com>2026-04-13 14:57:07 +0200
commit65907835d9835d85cff31269db19e18045cb3392 (patch)
treef8acaad61a7f863e7baecf2d55b6f17f983664a2 /README.md
parent0409a7cd12b00970609299fc9aa72635c43d1d31 (diff)
refactor(main): refactored readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83b4bca..2ef3331 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,24 @@
1# database engine in c 1# database engine in c
2
3sources:
4
5https://www.geeksforgeeks.org/dsa/introduction-of-b-tree-2/
6github.com/tsoding/sv/blob/master/sv.h
7https://github.com/semitrivial/csv_parser
8
9Introduction to Algorithms, Fourth Edition
10ISBN-10 : 026204630X
11ISBN-13 : 978-0262046305
12
13chapter 18: B-Trees
14
15
16https://github.com/tidwall/btree.c/blob/master/btree.c
17
18https://www.youtube.com/watch?v=TOb1tuEZ2X4&t=716s
19- good explanations on insertion and searching
20
21https://www.geeksforgeeks.org/dsa/insert-operation-in-b-tree/
22
23
24