DEV Community

Cover image for An Introduction to Time Complexity and Big O Notation
Siddhant Dubey
Siddhant Dubey

Posted on

An Introduction to Time Complexity and Big O Notation

If you're interested in learning the basics of Time Complexity and Big-O Notation which are the fundamental aspects of algorithmic analysis, something that is really important for theoretical computer science check out this YouTube video I made. Additionally, knowing how to analyze the running time of algorithms helps you write efficient code.

This video contains animated high-quality explanations of Time Complexity concepts along with multiple examples.

Latest comments (0)