Tino APCS

Order of Algorithms

Lesson Overview: How to measure the efficiency and speed of your code? What is the big O notation? In this lesson, you will explore a concept called "Order of Algorithms", and how it is used to measure a program's time complexity and memory consumption.