Browse Source

Update README.md

content-update
Christopher Fremond 3 years ago committed by GitHub
parent
commit
b1c1f92fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printcomb/README.md

2
subjects/printcomb/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that prints in ascending order on a single line all unique combinations of three different digits so that the first digit is lower than the second and the second is lower than the third.
Write a function that prints, in ascending order and on a single line: all **unique** combinations of three different digits so that, the first digit is lower than the second, and the second is lower than the third.
These combinations are separated by a comma and a space.

Loading…
Cancel
Save