/Data-Structures-in-C

A custom C library for data structures.

Primary LanguageC

Data Structures in C

This repo contain a custom header files for data structures in C.

Why C?

C is a low level programming language and it does not have its own data structures library. Through this project, we will learn how data structures work and how to implement them from scratch.

Content Table