Complexity specification
Complexity specification
Posted Dec 5, 2025 9:29 UTC (Fri) by taladar (subscriber, #68407)In reply to: Complexity specification by jeeger
Parent article: A "frozen" dictionary for Python
O(1) means constant time, O(n) means the time scales with the number of inputs.
