This is in reference to C++
Short Answer Questions:
1) What is the definition of Big-O? What do we use Big-O notation to show?
2) Define recursion. Can every recursive algorithm be written as an iterative algorithm?
3) How does a binary tree differ from a standard tree data structure?