Browse Source

Merge pull request #245 from 01-edu/sortedlistmerge-typo

fix typo in sortedlistmerged
content-update
LEEDASILVA 5 years ago committed by GitHub
parent
commit
d42ffbe169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/sortedlistmerge.en.md

2
subjects/sortedlistmerge.en.md

@ -2,7 +2,7 @@
### Instructions
Write a function `SortedListMerge` that merges two lists, `n1` and `n2`, but it as to join them in ascending order.
Write a function `SortedListMerge` that merges two lists, `n1` and `n2`, but it has to join them in ascending order.
- Assume that `n1` and `n2` are already sorted

Loading…
Cancel
Save