Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 538 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 538 Bytes

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