I found two similar questions(infact same question) for implementing tree in python. Can anyone point me to good references to implement trees. The link given in previous answers is not working.Thanks!
Asked
Active
Viewed 974 times
1
-
3Can you be more specific? What about the top rated answer to [this](http://stackoverflow.com/q/2482602/391531) didn't work? – nmichaels Mar 04 '11 at 16:59
-
4http://en.wikipedia.org/wiki/Tree_(data_structure) – Santa Mar 04 '11 at 17:40
-
Define "not working" Show us your code. – wheaties Mar 04 '11 at 19:19
1 Answers
0
Try having a look at the samples provided by MIT Open CourseWare. The Introduction to Algorithms Lecture Notes may prove helpful.

Jason Sundram
- 12,225
- 19
- 71
- 86

Lmwangi
- 2,486
- 1
- 19
- 26