Saturday, June 28, 2025

DSA using Python: ⏱ Time and 💾 Space Complexity



🔰 Table of Contents: Time and Space Complexity in DSA

  1. 📚 Introduction to Time and Space Complexity

    • What is Time Complexity?

    • What is Space Complexity?

    • Why Time & Space Complexity Matter?

  2. 🔍 Big O Notation Overview

    • What is Big O Notation?

    • Why Use Big O?

    • Asymptotic Analysis

    • Dropping Constants & Non-Dominant Terms

    • Upper Bound, Lower Bound (Ω), and Tight Bound (Θ)


No comments:

Post a Comment

DSA using Python: Assignment - 2: Classes and Objects

Follow Me “In this assignment, we will learn how to use Python classes and objects to build reusable and structured code. The tasks cover re...