diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-18T14·17+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-19T15·01+0000 |
commit | acf1b8c4f046a36a387af1120f5d0744f95c4aa3 (patch) | |
tree | 27ecfa77970a55b90e479c873d544ea7b3ad20bb /scratch/deepmind/part_two/delete-node.py | |
parent | 9fc29831e0a82ed8fd156f5210721df4124eeb20 (diff) |
Solve InterviewCake's reverse-words
Wrote a function to reverse the words in a list of characters. A word is a space-delimited strings of characters. The trick here is to first reverse the entire string and then reverse each word individually.
Diffstat (limited to 'scratch/deepmind/part_two/delete-node.py')
0 files changed, 0 insertions, 0 deletions