Skip to content

Commit 1ca1d70

Browse files
Docs: Add target audience section to index page
Clarify who the site is for (Python developers, CS students, interview prep) and what it is not (not a tutorial, not a Big-O intro) to improve search intent matching and reduce bounce rate. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 67d17d6 commit 1ca1d70

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Welcome to the comprehensive guide for Python operation complexity. This resource documents the time and space complexity of Python's built-in operations, standard library functions, and their behavior across different Python versions and implementations.
44

5+
## Who This Is For
6+
7+
This reference is designed for **Python developers** who want to write efficient code and make informed choices about data structures and algorithms. It's also a valuable resource for **computer science students** studying algorithms and data structures, and for **engineers preparing for technical interviews** where complexity analysis is commonly tested.
8+
9+
This is **not** a Python tutorial or an introduction to Big-O notation. We assume you're already familiar with Python basics and have a general understanding of time and space complexity concepts.
10+
511
## Quick Start
612

713
- **[Built-in Types](builtins/index.md)** - Complexity analysis for lists, dicts, sets, strings, and tuples

0 commit comments

Comments
 (0)