Browse Source

fix readme for listsortinsert exercise

content-update
Augusto 5 years ago
parent
commit
bba71edbef
  1. 2
      subjects/sortlist.en.md
  2. 0
      subjects/sortlist.fr.md
  3. 4
      subjects/sortlistinsert.en.md

2
subjects/sortList.fr.md → subjects/sortlist.en.md

@ -1,4 +1,4 @@
## sortList ## sortlist
### Instructions ### Instructions

0
subjects/sortList.en.md → subjects/sortlist.fr.md

4
subjects/sortlistinsert.en.md

@ -2,9 +2,9 @@
### Instructions ### Instructions
Write a function `SortListInsert` that inserts `data_ref` in the linked list, but it as to remain sorted in ascending order. Write a function `SortListInsert` that inserts `data_ref` in the linked list, but keeping the list sorted in ascending order.
- The list as to be alredy sorted. - You can assume that the list passed as an argument is already sorted.
### Expected function and structure ### Expected function and structure

Loading…
Cancel
Save