Skip to content

Commit b98603d

Browse files
Docs: Update README stats and add test suite mention
- Remove documented items count and stdlib modules count from README - Add mention of unit test suite validating claims in docs/index.md Co-Authored-By: Amp <amp@ampcode.com>
1 parent 27a96be commit b98603d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ This project provides detailed documentation of algorithmic complexity for:
1111
- **Alternative Implementations**: CPython, PyPy, Jython, IronPython
1212

1313
### Key Statistics
14-
- **373 documented items** with 118% coverage
1514
- **4 Python implementations** documented (CPython, PyPy, Jython, IronPython)
1615
- **6 Python versions** documented (3.9–3.14)
17-
- 199 stdlib modules documented
1816

1917
## Features
2018

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ See [Built-in Types](builtins/list.md) for detailed analysis.
4949

5050
## Why Trust This Documentation?
5151

52-
This documentation has been reviewed and refined through **100+ commits** by multiple AI coding agents (Amp, Claude, Antigravity, Kiro, Copilot, Codex) working alongside human contributors. Each agent brings different perspectives and catches different issues, resulting in thorough cross-validation.
52+
This documentation has been reviewed and refined through **100+ commits** by multiple AI coding agents (Amp, Claude, Antigravity, Kiro, Copilot, Codex) working alongside human contributors. Each agent brings different perspectives and catches different issues, resulting in thorough cross-validation. A growing unit test suite validates complexity claims against actual Python behavior.
5353

5454
It's also **fully open source**—anyone can review the content, [file issues](https://github.com/heikkitoivonen/python-time-space-complexity/issues), or [submit improvements](https://github.com/heikkitoivonen/python-time-space-complexity/pulls). All sources are cited, and claims are based on official Python documentation and CPython source code.
5555

0 commit comments

Comments
 (0)