Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion getting started.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@
<li><a href="http://web.stanford.edu/~liszt90/acm/notebook.html">Stanford Team Notebook</a></li>
<li><a href="http://comscigate.com/Books/contests/icpc.pdf">Hitchhiker's Guide to Programming Contests</a></li>
</ul>
<div class="header header_h2" id='programming_jewels'>Some Programming Jewels to get your started:</div>
<div class="header header_h2" id='programming_jewels'>Some Programming Jewels to get You started:</div>
<ul class="ulstyle-block ul_padding_nil clear">
<li><a href="http://dhruvbird.com/61.html">Anyone Can Code</a></li>
<li><a href="http://www.stanford.edu/class/cs97si/">Introduction to Competitive Programming Contests</a></li>
<li> <a href="https://docs.google.com/document/d/1MlbFmE6ji3Yb6mNmZDHcNIBiZzlhzf31iz2wUe3iS0M/edit?authkey=COyc9Uc">List of Topics for programming Competitions</a></li>
<li> <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/video-lectures/">MIT Open Courseware: Video lectures</a></li>
<li><a href="http://www.cs.sunysb.edu/~algorith/video-lectures/">Skiena's Algorithms Lectures</a></li>
<li><a href="http://www.topcoder.com/tc?d1=tutorials&d2=alg_index&module=Static"> Topcoder Algorithm Tutorials</a></li>
<li><a href="https://cses.fi/book/book.pdf">Competitive Programmer's Handbook</a></li>
</ul>
<div class="header header_h2" id='wikibook_links'>Wikibooks links:</div>
<ul class="ulstyle-block ul_padding_nil clear">
Expand Down
1 change: 1 addition & 0 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This page is intended to help new comers boot up to programming and then gradua
* [MIT Open Courseware: Video lectures](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/video-lectures/)
* [Skiena's Algorithms Lectures](http://www.cs.sunysb.edu/~algorith/video-lectures/)
* [Topcoder Algorithm Tutorials](http://www.topcoder.com/tc?d1=tutorials&d2=alg_index&module=Static)
* [Competitive Programmer's Handbook](https://cses.fi/book/book.pdf)

## Wikibooks links

Expand Down