Skip to content

Commit 9bf70fe

Browse files
CaedenPHcclauss
andauthored
Update other/number_container_system.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent c95797b commit 9bf70fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: other/number_container_system.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self) -> None:
1414
# numbermap keys are the number and its values are lists of indexes sorted
1515
# in ascending order
1616
self.numbermap: dict[int, list[int]] = {}
17-
# Simply holds each index and it's number
17+
# indexmap keys are an index and it's values are the number at that index
1818
self.indexmap: dict[int, int] = {}
1919

2020
def binary_search_delete(self, array: list[int], item: int) -> list[int]:

0 commit comments

Comments
 (0)