Please enable JavaScript.
Coggle requires JavaScript to display documents.
What did you learn - Binary Search Tree (Problem solving 32 (Learned…
What did you learn - Binary Search Tree
Data structure or Algorithm Implementation 33
Remove without recursion is difficult 1
Binary search trees are easy to code 1
Learned to implement binary search trees 29
Learned to find inorder predecessor 2
Problem solving 32
Planning is important 1
Drawing to visualize is useful 1
Recursive logic is not difficult and is elegant for binary search trees 6
Learned that optimizing computational complexity is important 1
Learned making it an AVL tree would not be that much harder 1
Learned recursion 6
Learned recursion for tree traversal 2
Learned applications of binary search trees 4
Binary trees are nice to work with 2
Learned to look at all the cases to solve a problem 2
Having to use defined header files made me do things differently than I imagined 1
Learned traversal order matters - postorder is better for deleting 1
How methods work together 1
Applicability/usefulness of recursion in programming 2
Learned to calculate computational complexity 1
Fundamental Coding 42
Update children of nodes being updated 1
Templates 15
Learned C++ 4
Learned C++ is horrible 1
Learned memory management 2
Learned to use references as they are updated 2
Learned nullptr is annoying 1
Got better at pointers 4
Learned rvalues 5
Learned pass by reference 4
Learned to set float precision 1
Learned overloading 1
Treenode references and pointers 1
Personal skills 5
It's not the computer's fault code doesn't work
Patience 1
Make sure instructions are understood 1
Start earlier 1
Time management 1