Skip to content

Commit 82e1a0b

Browse files
CaedenPHcclauss
andauthored
Update other/number_container_system.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 3e0acbe commit 82e1a0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: other/number_container_system.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
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.
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.
54
65
This container system holds integers at indexes.
76

0 commit comments

Comments
 (0)