Connecting Tech Pros Worldwide Forums | Help | Site Map

source codes in C for learning Data structure and Files.

georgerxz@gmail.com
Guest
 
Posts: n/a
#1: Sep 7 '07
Download source code in C for learning Data structure implementation
from

http://zsoftwares.googlepages.com/CPrograms.html and

http://zsoftwares.googlepages.com/DSFPrograms.htm

Source codes given on above website are based on

- Arrays
- Multidimentional arrays and Matrix.
- Linked lists ( Singly Linked list and doubly linked list)
- Generalized linked list.
- Stacks and queues.
- sorting methods
- Graphs BFS DFS
- Dijkstras algorithm of shortest path between two nodes.
- Trees
- Binary trees, Binary search trees
- Binary threaded trees.
- Files


and you can see the complete source code before downloading.


Closed Thread