Browse Source

Merge pull request #244 from 01-edu/sortedlistmerge-fix

clarify instructions for the sortedlistmerge exercise
content-update
LEEDASILVA 5 years ago committed by GitHub
parent
commit
3f96098aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/sortedlistmerge.en.md

4
subjects/sortedlistmerge.en.md

@ -2,9 +2,9 @@
### Instructions
Write a function `SortedListMerge` that mereges 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 as to join them in ascending order.
- Tip each list as to be already sorted.
- Assume that `n1` and `n2` are already sorted
### Expected function and structure

Loading…
Cancel
Save