diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-13 14:57:07 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-13 14:57:07 +0200 |
| commit | 65907835d9835d85cff31269db19e18045cb3392 (patch) | |
| tree | f8acaad61a7f863e7baecf2d55b6f17f983664a2 /README.md | |
| parent | 0409a7cd12b00970609299fc9aa72635c43d1d31 (diff) | |
refactor(main): refactored readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
| @@ -1 +1,24 @@ | |||
| 1 | # database engine in c | 1 | # database engine in c |
| 2 | |||
| 3 | sources: | ||
| 4 | |||
| 5 | https://www.geeksforgeeks.org/dsa/introduction-of-b-tree-2/ | ||
| 6 | github.com/tsoding/sv/blob/master/sv.h | ||
| 7 | https://github.com/semitrivial/csv_parser | ||
| 8 | |||
| 9 | Introduction to Algorithms, Fourth Edition | ||
| 10 | ISBN-10 : 026204630X | ||
| 11 | ISBN-13 : 978-0262046305 | ||
| 12 | |||
| 13 | chapter 18: B-Trees | ||
| 14 | |||
| 15 | |||
| 16 | https://github.com/tidwall/btree.c/blob/master/btree.c | ||
| 17 | |||
| 18 | https://www.youtube.com/watch?v=TOb1tuEZ2X4&t=716s | ||
| 19 | - good explanations on insertion and searching | ||
| 20 | |||
| 21 | https://www.geeksforgeeks.org/dsa/insert-operation-in-b-tree/ | ||
| 22 | |||
| 23 | |||
| 24 | |||
