Browse Source

clarify instructions for the sortedlistmerge exercise

content-update
Augusto 5 years ago
parent
commit
e94fdc6662
  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