How to learn Graph and Tree Data structure easily

Hi All,

I tried to learn Graphs and Tree data structure, but I got confused and doesn’t have fixed approach to learn it. I am using Java language. This two data structures are very important to develop programming skills and to understand advanced algorithms. So please help me out with this.

Thanks,
Bramha

1 Like

try this:-

these are great tutorials under ‘nptel’ by iit delhi!!

hope this will help…:slight_smile:

Hi,

I’ll suggest that you subscribe to coursera (it’s free) and enroll in algorithms with Robert Segdewick:

https://www.coursera.org/course/algs4partII

After enrolling check week 2.

Best Regards and hope it helps :wink:

To understand graph and tree better u need to have strong command on pointers and structures, because to do programming on these topics u need help of this…so if u have strong command over this topics u can easily understand graph and tree from any good book…first solve the all types of problem related to link list then it will be easier to understand graph and tree

If u are somewhat ok with pointers and structures , u can read the book Introduction To Algorithms by Thomas H Cormen It has pretty good basic graph algorithms. For pointers head to this site http://c.learncodethehardway.org/book/ex15.html.
Cheers :slight_smile: