Browse Source

Merge pull request #243 from 01-edu/list-sort-inser-fix

fix readme for listsortinsert exercise
content-update
LEEDASILVA 5 years ago committed by GitHub
parent
commit
dff6cdd1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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

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

4
subjects/sortlistinsert.en.md

@ -2,9 +2,9 @@
### 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

Loading…
Cancel
Save