Skip to content

Commit 6236b55

Browse files
authored
Update README.md
1 parent 28234ec commit 6236b55

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

55
This repository contains notes that have been converted from slideshows I created in college for the University of Florida Programming Team. I plan on adding notes for the more advanced topics I did not get to while at college. If you have any questions, requests, or find an error in the provided notes, please feel free to either open an issue or contact me at [email protected]
66

7+
## Websites for Practice
8+
9+
Below are websites I recommend for practicing contests and individual problems
10+
11+
- [Sphere Online Judge (SPOJ)](http://www.spoj.com/)
12+
- [Codeforces](http://codeforces.com/)
13+
- [Topcoder](https://www.topcoder.com/)
14+
- [UVa Online Judge](https://uva.onlinejudge.org/)
15+
- [Kattis](https://open.kattis.com/)
16+
- [HackerRank](https://www.hackerrank.com/)
17+
18+
## Books
19+
20+
Below are books that I recommend reading if you are interested in learning more about competitive programming, as well as data structures and algorithms
21+
22+
- [Competitive Programming, 3rd Edition - Steven Halim](https://www.amazon.com/Competitive-Programming-3rd-Steven-Halim/dp/B00FG8MNN8)
23+
- [The Algorithm Design Manual, 2nd Edition - Steven Skiena](https://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/dp/1848000693/ref=sr_1_1?s=books&ie=UTF8&qid=1484196474&sr=1-1&keywords=the+algorithm+design+manual)
24+
- [Introduction to Graph Theory, 2nd Edition - Richard Trudeau](https://www.amazon.com/Introduction-Graph-Theory-Dover-Mathematics/dp/0486678709)
25+
- [Introductory Graph Theory - Gary Chartrand](https://www.amazon.com/Introductory-Graph-Theory-Dover-Mathematics/dp/0486247759/ref=pd_sim_14_25?_encoding=UTF8&pd_rd_i=0486247759&pd_rd_r=D7Q9XSGFQ9J1TGQTYCZ0&pd_rd_w=KswGa&pd_rd_wg=0ayQt&psc=1&refRID=D7Q9XSGFQ9J1TGQTYCZ0)
26+
727
## Completed Notes
828

929
### Basics

0 commit comments

Comments
 (0)