Skip to content

Commit 419b44e

Browse files
Make Big-O a link to the Wikipedia article
1 parent 41f9ecb commit 419b44e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Welcome to the comprehensive guide for Python operation complexity. This resourc
66

77
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.
88

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.
9+
This is **not** a Python tutorial or an introduction to
10+
[Big-O](https://en.wikipedia.org/wiki/Big_O_notation){ target="_blank" rel="noopener" aria-label="Visit Big-O Wikipedia article" }
11+
:material-open-in-new:
12+
notation. We assume you're already familiar with Python basics and have a general understanding of time and space complexity concepts.
1013

1114
## Quick Start
1215

0 commit comments

Comments
 (0)