--- id: 698dd0707932b3cc4b19c92b title: Recap for Algorithms in Code challengeType: 11 videoId: paBfWYrScAg dashedName: recap-algorithms-in-code --- # --description-- In this video, you will review the key concepts taught so far including algorithmic thinking, and Big O notation. # --questions-- ## --text-- Which of the following should be true when it comes to algorithms? ## --answers-- It should always use the maximum amount of memory available. --- It should never repeat any steps, even if needed. --- It should finish in a finite amount of time. --- It should produce random results each time it runs. ## --video-solution-- 3