Author | Message |
---|---|
ifiguer
Posts: 27
|
Posted 09:51 Apr 18, 2018 |
Could someone please clarify number 11? Are we suppose to sort a string in a list with the first word in it? For example: List = ["I am the walrus","Or not",...] "I am the walrus" -> "walrus the am i" where every character greater than i precedes it? |
ahorejs
Posts: 7
|
Posted 10:11 Apr 18, 2018 |
Sort the list based on the length of the first word in each string
|