-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblem-sources.html
More file actions
57 lines (49 loc) · 2.13 KB
/
Copy pathproblem-sources.html
File metadata and controls
57 lines (49 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Programming problems</title>
<style type="text/css" media="screen">
p { margin-bottom: +3%; }
</style>
</head>
<body>
<h3>Colleges / universities</h3>
<p>
<a href="http://www.cs.berkeley.edu/~hilfingr/programming-contest/">Berkeley</a><br/>
<a href="http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html">Calpoly</a><br/>
<a href="http://people.cs.clemson.edu/~bcdean/dp_practice/">Clemson (Dynamic Programming)</a><br/>
<a href="http://cse.iitkgp.ac.in/pds/">IIT Kharagpur</a><br/>
<a href="http://pages.cs.wisc.edu/~cs302/?r=coursework#CodeLab">Wisconsin</a>
</p>
<h3>Coding sites</h3>
<p>
<a href="http://www.codeabbey.com/">http://www.codeabbey.com/</a><br/>
<a href="https://www.codechef.com/">https://www.codechef.com/</a><br/>
<a href="http://codeforces.com/">http://codeforces.com/</a> (?)<br/>
<a href="https://www.hackerearth.com/problems/">https://www.hackerearth.com/problems/</a><br/>
<a href="https://www.hackerrank.com/">https://www.hackerrank.com/</a><br/>
<a href="http://www.topcoder.com/">http://www.topcoder.com/</a><br/>
</p>
<h3>Olympiads</h3>
<p>
<a href="http://www.usaco.org/">http://www.usaco.org/</a>
</p>
<h3>Blogs</h3>
<p>
<a href="https://tausiq.wordpress.com/easy-programming-problems-with-solutions/">https://tausiq.wordpress.com/easy-programming-problems-with-solutions/</a><br/>
</p>
<h3>Online judges</h3>
<p>
<a href="http://acm.timus.ru/">http://acm.timus.ru/</a><br/>
<a href="http://www.spoj.com/">http://www.spoj.com/</a><br/>
<a href="http://www.spoj.com/BSCPROG/">http://www.spoj.com/BSCPROG/</a><br/>
<a href="https://uva.onlinejudge.org/">https://uva.onlinejudge.org/</a><br/>
</p>
<h3>More</h3>
<p>
<a href="http://programmers.stackexchange.com/questions/756/where-can-i-find-programming-puzzles-and-challenges">http://programmers.stackexchange.com/questions/756/where-can-i-find-programming-puzzles-and-challenges</a>
</p>
</body>
</html>