Skip to content

Commit 8d79521

Browse files
authored
Merge pull request larymak#90 from aldotele/add_find_longest_word
[FEAT] find longest word script added
2 parents 40ae8c1 + f0a0bd4 commit 8d79521

File tree

3 files changed

+113847
-0
lines changed

3 files changed

+113847
-0
lines changed

FindLongestWord/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Find Longest Word
2+
This Python script will find the longest words inside a *txt* file.\
3+
One sample file is provided inside the *files* directory. The sample file is
4+
called *words.txt* and lists over 100000 english words.
5+
6+
You can place your *.txt* file inside that directory in order to find
7+
the longest word in it. You will just have to use the name of the
8+
newly added file (including the .txt extension) as an input after running the script.

0 commit comments

Comments
 (0)