Browse Source

corrected

pull/1622/head
zainabdnaya 2 years ago committed by José Rosendo
parent
commit
ae54d0242e
  1. 2
      subjects/argsort/README.md

2
subjects/argsort/README.md

@ -2,7 +2,7 @@
### Instructions
Write a program where you define if an argument is sorted or not sorted:
Write a program that checks if an argument is sorted or not.
- Your Program should return `T` followed by a newline (`'`\n'`) if an argument is sorted.
- Your Program should return `F` followed by a newline (`'`\n'`) if an argument is not sorted.

Loading…
Cancel
Save