Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Krupeshgithub
Copy link

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

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.

None yet

1 participant