Browse Source

corrected

1132-is-sorted
zainabdnaya 2 years ago
parent
commit
809fd9583b
  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