heikkitoivonen
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: A Python time and space complexity reference (pythoncomplexity.com)
Hi HN, I built this while doing a lot of LeetCode-style Python problems. I ran into a case where I used a Python stdlib class but couldn’t confidently state its time or space complexity. The official docs didn’t mention…