From 72de48d65fee9e3eb5630c245d12574e185c6f2e Mon Sep 17 00:00:00 2001 From: Louis Cooper Date: Mon, 31 Jul 2023 19:15:40 -0400 Subject: [PATCH] Finished most questions outside of #9, which is getting close but not correct. --- exercises.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/exercises.md b/exercises.md index 3433517..1c9cbb5 100644 --- a/exercises.md +++ b/exercises.md @@ -38,6 +38,9 @@ antidisestablishmentarianism ## 6. How many words have sixteen or more letters? +16 16 responsibilities +16 18 telecommunications +`cat words_10k.txt | length | order | put 16 | lessthan 0 1 -e` ## 7. What's the most frequent 10-letter word? @@ -51,6 +54,8 @@ zoomorphic (but its a tie?) ## 9. What's the longest word which only uses four different letters? +I am not quite there on this one: +`cat words_10k.txt | length | order | put 4 | equal 0 1 | unique 2 | length | lessthan 0 2` ## 10. If you rearrange the letters in "sidebar," what other words can you create?