Project: Coding your own database structure / binary tree in C

Опубликовано: 09 Октябрь 2024
на канале: dr Jonas Birch
3,566
226

In this episode you will learn how to store data in memory. We will code a binary tree implementation which we'll later use as a basis for a hyper-efficient database.

You will also improve your skills with regards to pointers, function pointers, macros and linked lists etc.

Please check out my last video where I draw the binary tree visually and show my design    • Designing your own Database in C