Skip to content

Commit 74028d7

Browse files
committed
docs: kata description
1 parent 018c3e1 commit 74028d7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

kata/7-kyu/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@
495495
- [Sort an array by value and index](sort-an-array-by-value-and-index "58e0cb3634a3027180000040")
496496
- [Sort arrays - 1](sort-arrays-1 "51f41b98e8f176e70d0002a8")
497497
- [Sort by binary ones](sort-by-binary-ones "59eb28fb0a2bffafbb0000d6")
498+
- [Sort by Last Char](sort-by-last-char "57eba158e8ca2c8aba0002a0")
498499
- [Sort deck of cards](sort-deck-of-cards "56f399b59821793533000683")
499500
- [Sort Out The Men From Boys](sort-out-the-men-from-boys-1 "5af15a37de4c7f223e00012d")
500501
- [Sort the Gift Code](sort-the-gift-code "52aeb2f3ad0e952f560005d3")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# [Sort by Last Char](https://www.codewars.com/kata/sort-by-last-char "https://www.codewars.com/kata/57eba158e8ca2c8aba0002a0")
2+
3+
Given a string of words (x), you need to return an array of the words, sorted alphabetically by the final character in each.
4+
5+
If two words have the same last letter, the returned array should show them in the order they appeared in the given string.
6+
7+
All inputs will be valid.

0 commit comments

Comments
 (0)