Category Archives for Data Structures

C Data Structure and Algorithm Lab

Stacks using 2-dimmensional array

Code to implement stacks using 2-dimmensional array. Continue reading

14. May 2012 by Sandhi Agarwal
Categories: C Programming, Data Structures | Tags: , , , | Leave a comment

Circular Linked list in C with Append and display options

This is simpler version of Circular linked list program. If you need more options, please check another program http://thecodecracker.com/c-programming/circular-linked-list/.

20. February 2012 by divya
Categories: Data Structures | 1 comment

Linked List Implementation in C with many options

This program include Singly Linked List implementation in C with options such as insert at beginning, any position, delete at given position, reverse the contents, search the given content, display, append the contents.

23. December 2011 by divya
Categories: C Programming, Data Structures | Tags: | Leave a comment

C Program of Double Linked List

19. June 2010 by Jishnu
Categories: C Programming, Data Structures | Tags: | 16 comments

C Program for Circular Linked List

19. June 2010 by Jishnu
Categories: C Programming, Data Structures | Tags: | 8 comments