You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ Welcome to the comprehensive guide for Python operation complexity. This resourc
6
6
7
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
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.
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.
0 commit comments