Closed david-broman closed 3 months ago
This is a small library with arrays without side effects. Random access operations have O(n log n) complexity, with a rather small constant factor.
The PR description says O(n log n) but should be O(log n) for access operations.
This is a small library with arrays without side effects. Random access operations have O(n log n) complexity, with a rather small constant factor.