Of the three types of algorithms we’ve learned about so far, they can be sorted from most efficient to least efficient as follows: O( 1) O( log N) O( N)553 ↱
A Common-Sense Guide to Data Structures and Algorithms
Level Up Your Core Programming Skills
Jay Wengrow