Browse Source

update unmatch

pull/196/head
augusto-mantilla 5 years ago committed by GitHub
parent
commit
b897615c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/unmatch.en.md

2
subjects/unmatch.en.md

@ -4,7 +4,7 @@
Write a function, Unmatch, that returns the element of the slice (arr) that does not have a correspondent pair.
- If there no number with a correspondent pair, it shoud return `-1`.
- If all the number have a correspondent pair, it shoud return `-1`.
### Expected function

Loading…
Cancel
Save