
Data Structures and Algorithms
Ladybug Podcast
00:00
Algorithms: A Standard Way of Solving a Problem
Algorithm is a standard way of solving a problem. There are usually multiple different algorithms that you can use to solve any problem somewhere better than others. Big O is the one that you're probably most familiar with, right? And this is an asymptotic limit, right? I think it's like the limit. So as you increase the input size to your algorithm, the data size, how fast does your algorithm grow in regards to performance? Does that also cover space and time or is it just for performance? Both space and time.
Transcript
Play full episode