graphs and trees

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dasarisrikar
    New Member
    • Sep 2006
    • 18

    graphs and trees

    Hi,
    I am a basic learner in c and datastrustures. ....
    I want to know the conepts of trees, graphs...
    could u provide me a proper tutorial or a good link which discusses trees and graphs concepts in c language.......

    Thanks & Regards.
  • dariophoenix
    New Member
    • Oct 2006
    • 34

    #2
    I googled 'Trees in C' and found this:

    http://www.cee.hw.ac.u k/~rjp/Coursewww/Cwww/tree.html

    As for graphs, here's a headstart:

    http://www2.toki.or.id/book/AlgDesignManual/BOOK/BOOK3/NODE132.HTM

    Comment

    Working...