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