We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7531d9 commit 9e08c77Copy full SHA for 9e08c77
other/number_container_system.py
@@ -1,6 +1,6 @@
1
"""
2
A number container system that uses binary search to delete and insert values into
3
-arrays with O(n logn) write times and O(1) read times.
+arrays with O(log n) write times and O(1) read times.
4
5
This container system holds integers at indexes.
6
0 commit comments