summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md23
-rw-r--r--sources.txt20
2 files changed, 23 insertions, 20 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
diff --git a/sources.txt b/sources.txt
deleted file mode 100644
index ff2e010..0000000
--- a/sources.txt
+++ /dev/null
@@ -1,20 +0,0 @@
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
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