C Data Structure
Stack Data Structure - Here you will learn what stack data structure is, how to implement a stack using C array, linked representation and applications of stack.
Queue - provides the definition of queue data structure - one of the most common uses data structure in computer world. It also gives varies implemetations of queue using array, link with souce code.
Linked List - provides all common linked list data structures such as: singly-linked list, doubly-linked list,singly-circularly-linked list and Doubly-circularly-linked list with clear explaination and source code in C
