Skip to content

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

Closed
Krupeshgithub wants to merge 1 commit intokeon:masterfrom
Krupeshgithub:master
Closed

fix: test josephus has add intiger list but passing string list#909
Krupeshgithub wants to merge 1 commit intokeon:masterfrom
Krupeshgithub:master

Conversation

@Krupeshgithub
Copy link
Copy Markdown

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].

@keon
Copy link
Copy Markdown
Owner

keon commented Feb 17, 2026

Thanks! The test suite was overhauled in v1.0.0. Closing as stale.

@keon keon closed this Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants