algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

fix: test josephus has add intiger list but passing string list

Open Krupeshgithub opened this issue 2 years ago • 0 comments

algorithms/arrays/josephus has getting two parameters first one is int_list and second is skip. tests/test_arrays/TestJosephus there are passing list inside string values.

  • Just changing the ( tests/test_arrays/TestJosephus ) variable name with annotations and convert into list[int] or list[str].

Krupeshgithub avatar Nov 25 '23 08:11 Krupeshgithub