Skip to content

Commit 12aee48

Browse files
Add Big-O to title and main section headers to improve discoverability
1 parent aabbfe0 commit 12aee48

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Python Time & Space Complexity
1+
# Contributing to Python Big-O: Time & Space Complexity
22

33
Thank you for interest in contributing! This guide will help you get started.
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: help install dev serve build lint format types check clean test audit
22

33
help:
4-
@echo "Python Time & Space Complexity - Development Commands"
4+
@echo "Python Big-O: Time & Space Complexity - Development Commands"
55
@echo ""
66
@echo "Setup:"
77
@echo " make install Install dependencies with uv"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Time & Space Complexity
1+
# Python Big-O: Time & Space Complexity
22

33
[![Lint / Format](https://img.shields.io/github/actions/workflow/status/heikkitoivonen/python-time-space-complexity/deploy.yml?label=lint%20%2F%20format)](https://github.com/heikkitoivonen/python-time-space-complexity/actions/workflows/deploy.yml)
44
[![Type Check](https://img.shields.io/github/actions/workflow/status/heikkitoivonen/python-time-space-complexity/deploy.yml?label=type%20check)](https://github.com/heikkitoivonen/python-time-space-complexity/actions/workflows/deploy.yml)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Time & Space Complexity Reference
1+
# Python Big-O: Time & Space Complexity Reference
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

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Time & Space Complexity
1+
# Python Big-O: Time & Space Complexity
22

33
> Comprehensive documentation of time and space complexity for Python built-in operations and standard library modules.
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Python Time & Space Complexity
1+
site_name: Python Big-O Time & Space Complexity
22
site_description: Comprehensive documentation of time and space complexity for Python built-ins and standard library
33
site_url: https://pythoncomplexity.com
44
repo_url: https://github.com/heikkitoivonen/python-time-space-complexity

0 commit comments

Comments
 (0)