-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlearn.html
63 lines (57 loc) · 1.64 KB
/
learn.html
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
58
59
60
61
62
63
---
layout: default
title: Learn
---
<div class="resources">
<div class="resource">
<a href="http://www.spoj.com/">
<h2 class="title">SPOJ</h2>
<div class="link">spoj.com</div>
<div class="fa fa-external-link"></div>
<div>An online judge with all kinds of problems.</div>
</a>
</div>
<div class="resource">
<a href="http://uva.onlinejudge.org/">
<h2 class="title">UVa</h2>
<div class="link">uva.onlinejudge.org</div>
<div class="fa fa-external-link"></div>
<div>All problems from past ACM competitions, including world finals.</div>
</a>
</div>
<div class="resource">
<a href="http://www.topcoder.com/">
<h2 class="title">TopCoder</h2>
<div class="link">topcoder.com</div>
<div class="fa fa-external-link"></div>
<div>Another online judge. Lots of competitions with real rewards.</div>
</a>
</div>
<div class="resource">
<a href="http://codeforces.com/">
<h2 class="title">CodeForces</h2>
<div class="link">codeforces.com</div>
<div class="fa fa-external-link"></div>
<div>Weekly 2-hour contests.</div>
</a>
</div>
<div class="resource">
<a href="http://poj.org/">
<h2 class="title">POJ</h2>
<div class="link">poj.org</div>
<div class="fa fa-external-link"></div>
<div>Peking University's online judge.</div>
</a>
</div>
<div class="resource">
<a href="https://code.google.com/codejam/">
<h2 class="title">Google Code Jam</h2>
<div class="link">code.google.com/codejam</div>
<div class="fa fa-external-link"></div>
<div>
Annual contest with time constraints attracting the best coders
from around the world.
</div>
</a>
</div>
</div>