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

Change End value as the code fails the test case where the array contains one value #41

Closed
wants to merge 1 commit into from

Conversation

ByteSudoer
Copy link

@ByteSudoer ByteSudoer commented Aug 12, 2022

The input:

  • The array: [2]
  • the value: 3
  • the output: [ ] (testcase failed)
  • The expected output: [2] (as the array only contains one value "2" which is different from "3")

@ByteSudoer ByteSudoer closed this by deleting the head repository Dec 15, 2022
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.

1 participant