Skip to content

Commit ec0b87d

Browse files
Merge branch 'sliding_window_xor' of https://github.com/DataWorshipper/Python into sliding_window_xor
2 parents 19a4144 + 21103b5 commit ec0b87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bit_manipulation/sliding_window_xor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def compute(
6969
(2, 1, 2, 3, 4, 5, 2),
7070
(5, 2, 1, 1, 1, 100, 4),
7171
(3, 5, 5, 2, 1, 100, 0),
72-
(4, 4, 3, 1, 0, 10, 0)
72+
(4, 4, 3, 1, 0, 10, 0),
7373
]
7474

7575
for idx, (array_length, window_size, first_element, multiplier, increment, modulo, expected) in enumerate(test_cases, 1):

0 commit comments

Comments
 (0)