Showing Posts From

Basics

Hash Tables & Sets – Time & Space Complexity

Hash Tables & Sets – Time & Space Complexity

Learn how Python dictionaries and sets work under the hood, analyze the Big‑O time and space complexity of operations, and compare hash tables with lists for optimal data access and storage.

Lists, Arrays & Strings: Big‑O Overview

Lists, Arrays & Strings: Big‑O Overview

Understand Python lists and strings through the lens of Big‑O analysis. Learn the difference between static and dynamic arrays, explore time and space complexity for key operations, and use practical cheat sheets to master list and string behaviors.

Time and Space Complexity

Time and Space Complexity

Explore data structure classifications, grasp time and space complexity basics, and use Big-O cheat sheets to gauge runtime expectations in coding problems.