Best Links to Revise: Binary Search Trees (BSTs)
- http://visualgo.net/bst.html - animated binary search trees (BSTs)
- http://www.algolist.net/Data_structures/Binary_search_tree
- http://www.geeksforgeeks.org/618/ - BST traversals
- A great wikibook for A Level Computing including the best way to learn BST traversals
- http://www.cs.swarthmore.edu/~newhall/unixhelp/Java_bst.pdf - slideshow on BSTs
- https://www.cs.rochester.edu/~gildea/csc282/slides/C12-bst.pdf - more slides on BSTs; recommended to read up to and including the topic on deleting a node from a BST
- Trees and tree algorithms from the interactivepython.org
No comments:
Post a Comment