Browse Source

fix typo in sortedlistmerged

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