Explain the steps of binary search
Explain the steps of linear search
Explain the stages of bubble sort
Explain the steps of insertion sort
Explain the steps of merge sort
What is Dijkstra’s shortest path algorithm?
What is Big O notation?
What are the main rules of Big O notation?
What is O(1)?
What is O(n)?
How is O(n) written in code?
What is O(n²)?
What is an example of an algorithm which is O(n)?
How is O(n²) written in code?
What is an example of an algorithm which is O(n²)?
What is O(2ⁿ)?
What is the issue with O(2ⁿ)?
What is O(logn)?
What is an example of an algorithm which is O(logn)?
What are the different cases of complexity?
In what case is complexity measured?
Rank the different Big O algorithms
What is an example of O(nlogn)?
What is the time complexity of binary search?