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 4ac5861 commit f6d52e9Copy full SHA for f6d52e9
CompetitiveProgramming/README.md
@@ -1,12 +1,12 @@
1
-# Competitive Programminng
+# Competitive Programming
2
This is my collection of Python Programs that I have solved on various competitive programming websites.<br />
3
4
Each file contains a unique problem statement and its corresponding solution/solutions.
5
6
For beginners I would recommend:
7
-* Start with HackerEarth
8
-* Then move on to SPOJ
9
-* Lastly solve CodeChef (_skip easy_)
+* Start with [HackerEarth](https://www.hackerearth.com/challenges/)
+* Then move on to [SPOJ](http://www.spoj.com/problems/classical/)
+* Lastly solve [CodeChef](https://www.codechef.com/problems/easy)
10
11
Omkar Pathak,<br />
12
Pune, Maharashtra, India.<br />
0 commit comments