Skip to content

Commit

Permalink
fix: removed extra blank line between sections (keon#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdaenerys authored Jul 6, 2022
1 parent 980d953 commit 8aa29d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion algorithms/arrays/josephus.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Output: 369485271
"""


def josephus(int_list, skip):
skip = skip - 1 # list starts with 0 index
idx = 0
Expand Down

0 comments on commit 8aa29d7

Please sign in to comment.