Category Archives for Data Structures

C Data Structure and Algorithm Lab

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 | Leave a 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: | 12 comments

C Program for Circular Linked List

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