We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05434d commit 4ac5861Copy full SHA for 4ac5861
README.md
@@ -133,3 +133,5 @@ Check if the given number is a perfect number
133
Implementation of Pascal Triangle
134
* [Sieve Of Erathosthenes](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P67_SieveOfEratosthenes.py)
135
One of the efficient algorithms to find all the prime numbers upto n, where n can be upto 10 million
136
+* [Reverse the words](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P69_ReverseWords.py)
137
+Reversing the order of WORDS in a sentence
0 commit comments