If you really want to study this topic, you probably need a standard theory / algorithm tutorial. I don’t know a single website that can teach you how to analyze complexity (“complexity” or “temporary complexity” is what you call these O () values, you might also want google to “analyze the algorithms” or “introduce into algorithms "or such).
But before that - a free option. There are slides from a course provided by Eric Demain and Charles Leyserson at the Massachusetts Institute of Technology, which are free and look great. I would definitely try reading them and see if this works for you. They are here .
Now the tutorials:
The classic textbook choice - Cormen et al. An introduction to algorithms (there may be a cheap version available for purchase here , and I remember that I see a free (possibly illegal) version on the Internet, but I don’t remember where).
A later and modern book, in which IMO is more interested in reading and a better choice, is the Design Algorithm .
Here are a few websites with information (I got them from search queries for analyzing "without quotes" algorithms):
The above is written by a computer science theorist. Therefore, programmers or other practical people may have different opinions.
eladv source share