Does anyone know a good book on datastructures where tree's are explained in depth. Language C# or Java.
Thanks, G
"Data Structures and Algorithms in Java" by Robert Lafore is a good introductory book to the subject, very worth reading.
link : http://www.algolist.net/Books/0672324539
Worth a buy.Please read it incase you need some serious stuff about data structures and algorithms in Java.
There are lots of books out there on data structures but if you really want to know tree structures I recommend you check out Purely Functional Data Structures.
I know you asked for C#/Java but Tree structures are much more elegantly explained in an FP language.
精彩评论