I have been looking for useful definitions of usability within the context of Computer Science.
I'll update this post as I find more and better resources.
Mostly Computer Science-related topics and resources, especially Linux and education (IB, IGCSE).
Monday, 30 November 2015
Wednesday, 11 November 2015
Binary Search Trees
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
Subscribe to:
Posts (Atom)
Optimise Windows 10/11
How to optimise your Windows setup Just in case you need it. If you want a safe and conservative approach, just disable the background apps ...
-
Lenovo Ideapad S10-3 If you have a Lenovo Ideapad S10-3 (depicted above), and you want to test or install shiny new Ubuntu 10.10 on it,...
-
This brief post shows how to create a bi-dimentional array and describe it using IB pseudocode. It isn't stated in the IB Pseudocode in ...
-
In order to program in Java, you may want to follow the instructions and videos that I have prepared. They are simle and straightforward, an...