diff --git a/README.md b/README.md index ab6b693d..cf58d079 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Text [[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/palindrome.py)[[Andrs14 (Python)]](https://github.com/Andrs14/Projects/blob/master/Text/palindrome.py)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/Palindrome.py) [[nrward (Perl)]](https://github.com/nrward/Projects/blob/master/check-if-palindrome.pl) [[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/Palindrome.cpp) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pdrome.sh) [[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/check-palindrome.bf)[[viktorahlstrom (Python)]](https://github.com/viktorahlstrom/all/blob/master/python/pdrome.py)[[rnikhil275 (Python]](https://github.com/rnikhil275/scripts/blob/master/string.py) [[Mohammadhassanj (Python)]](https://github.com/mohammadhassanj/project/blob/master/palindrome.py) +[[Anqi-Wang-aug (Java)]](https://github.com/Anqi-Wang-aug/Project/blob/08925cc6327eb6cf9342b0c9c63828829fca1f07/Text/Palindrome.java) **Count Words in a String** - Counts the number of individual words in a string. For added complexity read these strings in from a text file and generate a summary. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/text_projects/string_editing.py) [[JLukeC (Python)]](https://github.com/jLukeC/mega-project-list/blob/master/python/count_words.py) [[JLukeC (Java)]](https://github.com/jLukeC/mega-project-list/blob/master/java/src/projects/CountWords.java) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Text/CountWords.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Text/count_words.rb) [[rasppie (Python)]](https://github.com/rasppie/pyprojects/blob/master/word_counter.py) [[JaredCubilla (Javascript)]](https://github.com/JaredCubilla/Projects/blob/master/Javascript/text/countWordsInAString.js) [[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/count_word_string.py)[Abhi0725(Python)](https://github.com/Abhi0725/word_counter/blob/master/word_counter.py)