Skip to content

Kuraanal/Data-structures

Repository files navigation

Datasctructures Implementation in C

This C code provides a basic implementation of simple datastructures in C.

I made this implementations as a learning process. I highly doubt that it is in any way efficient, and therefor you should take it as nothing more than that.

Singly Linked list

LINKED-LIST - readme

Stack

STACK - readme

Hash Table

Hash Table - Readme

Binary Search Tree

Binary Search Tree - Readme