Skip to content

Commit c2df395

Browse files
Merge branch 'sliding_window_xor' of https://github.com/DataWorshipper/Python into sliding_window_xor
2 parents 7c90d78 + bda3d55 commit c2df395

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
@@ -37,7 +37,7 @@ def compute(
3737
first_element: int,
3838
multiplier: int,
3939
increment: int,
40-
modulo: int
40+
modulo: int,
4141
) -> int:
4242
"""
4343
Compute cumulative XOR of all sliding windows of size window_size.

0 commit comments

Comments
 (0)