/C-Data-Structures

Implementation of popular data structures in C & Java programming language

Primary LanguageC

A repository contains my implementation / plays with the popular dynamic data strucutres using C-programming Language .

Why choosing C specfically ?

C is considred as a low level programming language , due to it's features like pointers , dynamic memory allocation... so it's a great language to understand how things work under the hood , instead of using built-in abstract functions or libraries 😄

Why implementing them ?

Easy ! to understand them

“What I cannot create, I do not understand.” – Richard Feynman