Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-competitive-programming
curated list of awesome Competitive Programming, Algorithm and Data Structure resources
https://github.com/eric-erki/awesome-competitive-programming
Last synced: 4 days ago
JSON representation
-
Tutorial Websites
- Mini-Editorials - editorials for many problems, including UVA/SPOJ/IOI/Olympiad problems |
- Topcoder Data Science Tutorials
- E-Maxx (Russian) - algorithms.com/) | A tutorial website widely used and referenced in the Russian-speaking competitive programming community. Most of the articles of the original site have been translated into English, Google Translate works okay for the remaining ones. |
- Algorithms - GeeksforGeeks
- PEGWiki - depth wiki-like writeups on many topics. It's far better than those on Wikipedia in my opinion. |
- Notes - HackerEarth
- basecs - depth, illustrated tutorials on basic algorithms and data structures. |
- Competitive Programming - Commonlounge
- OLYMPIADS IN INFORMATICS
- algolist (Russian)
- 国家集训队论文 1999-2015 (Papers from Chinese IOI training camps) (Chinese)
- 演算法筆記 (Algorithm Notes) (Chinese)
-
Open Courses
-
- Materials (English)
- Code Monk - by-step tutorial on the essential topics in competitive programming. |
- Stanford CS 97SI: Introduction to Competitive Programming Contests
- How to Win Coding Competitions: Secrets of Champions
- Reykjavik T-414-ÁFLV: A Competitive Programming Course
- NCTU DCP4631: Problem Solving and Programming Techniques
-
Open Courses for Algorithms and Data Structures
-
-
Syllabuses
- IOI Syllabus - ICPC. |
- Programming Camp Syllabus
- How to prepare for ACM - ICPC? - GeeksforGeeks - through of the preparations for ACM-ICPC. |
-
Books
-
Open Courses for Algorithms and Data Structures
- Competitive Programming - received book. ... The first edition is free for [download (pdf)](http://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf). |
- Programming Challenges: The Programming Contest Training Manual
- Computational Geometry: Algorithms and Applications - written book which covers a broad range of computational geometry problems. |
- The Hitchhiker’s Guide to the Programming Contests
- 算法竞赛入门经典 (Chinese)
- 算法竞赛入门经典——训练指南 (Chinese)
-
Books for Algorithms
- The Algorithm Design Manual
- Algorithms
- Algorithm Design - organized and written in a clear, understandable language. Each chapter is backed with practical examples and helpful exercises. The chapter on network flow is highly praised by lots. ... The lecture slides that accompany the textbook are available on its [official website](http://www.cs.princeton.edu/~wayne/kleinberg-tardos/). |
- Algorithm Design - organized and written in a clear, understandable language. Each chapter is backed with practical examples and helpful exercises. The chapter on network flow is highly praised by lots. ... The lecture slides that accompany the textbook are available on its [official website](http://www.cs.princeton.edu/~wayne/kleinberg-tardos/). |
-
Books for Mathematics
- Discrete Mathematics and Its Applications
- Concrete Mathematics: A Foundation for Computer Science - related topics. |
- Introduction to Probability - written introductory probabilities book. ... It's free for [download (pdf)](http://www.dartmouth.edu/~chance/teaching_aids/books_articles/probability_book/amsbook.mac.pdf) (released under GNU Free Documentation License). |
- How to Solve It: A New Aspect of Mathematical Method - time classic. In this book, the author provides a systematic way to solve problems creatively. |
-
-
Sites for Practice
-
Books for Mathematics
- Topcoder - discussed event. |
- Google Code Jam - esteemed programming competitions. The competition consists of unique programming challenges which must be solved in a fixed amount of time. Competitors may use any programming language and development environment to obtain their solutions. |
- CodeChef - profit educational initiative of Directi. It's a global competitive programming platform and has a large community of programmers that helps students and professionals test and improve their coding skills. Its objective is to provide a platform for practice, competition and improvement for both students and professional software developers. Apart from this, it aims to reach out to students while they are young and inculcate a culture of programming in India. |
- SPOJ - classifiers) section). SPOJ also allows advanced users to organize contests under their own rules. |
- HDU
- POJ - time issues may occur. |
- Project Euler
- Hackerearth
- Caribbean Online Judge
- Russian Code Cup - 8 problems which must be solved in a fixed amount of time. |
- CodeFights - tournaments. Good for beginners. |
-
Problem Classifiers
-
Contest Calendars
-
-
Community
-
Quora
- Competitive Programming - Quora - Programming/writers)).
- Bill Poucher - ICPC](https://icpc.baylor.edu). CS Professor at Baylor University. |
- Michal Forišek (misof) - rated competitive programmer. |
- Ahmed Aly (ahmed_aly) - Aly). [HackerRank](https://www.hackerrank.com) Lead Software Engineer. Former member of the [Google Code Jam](https://code.google.com/codejam/) team. |
- Thanh Trung Nguyen (I_love_Hoang_Yen) - Bi) | [Jonathan Paulson (jonathanpaulson)](https://www.quora.com/profile/Jonathan-Paulson) |
- Miguel Oliveira (mogers) - Suvorov) | [Michal Danilák (Mimino)](https://www.quora.com/profile/Michal-Danil%C3%A1k) |
- Bohdan Pryshchenko (I_love_Tanya_Romanova) - Novakovski) | [Nick Wu (xiaowuc1)](https://www.quora.com/profile/Nick-Wu-4) |
- Cosmin Negruseri - Kundu) | [Ashish Kedia (ashish1294)](https://www.quora.com/profile/Ashish-Kedia) |
- Johnny Ho (random.johnnyh) - Pan-1) | [Anudeep Nekkanti (anudeep2011)](https://www.quora.com/profile/Anudeep-Nekkanti) |
- Steven Hao (stevenkplus) - T-V) | |
-
Blogs
-
Youtube and Livestreams
-
-
Sites for Questions
-
Contest Calendars
-
Camps and Trainings
-
-
Implementations
-
Camps and Trainings
-
-
Language Specifics
-
Miscellaneous
-
C/C++
- Yet again on C++ input/output - Codeforces
- C++ Tricks - Codeforces - Quora](https://www.quora.com/Competitive-Programming/What-are-some-cool-C++-tricks-to-use-in-a-programming-contest) | Plentiful C++ tricks for competitive programming. Note that some should be used with care. |
- C++ STL: Policy based data structures - Codeforces: Part 1
-
Java
-
-
Tools
-
IDEs
- Vim - Platform | Vim is one of the most popular text editors among advanced programmers. It allows text-editing to be done very efficiently with solely keystrokes. Vim is also highly configurable, extensible and integrates with shells (command lines) really well. The only setback about Vim is that it has a high learning curve for beginners. |
- Emacs - Platform | Emacs is another popular text editor (or development environment to be more precise). The debate on "Vim vs. Emacs" is constantly brought up due to their popularity. Basically Emacs is more than just a text editor. It has plugins like file managers, web browsers, mail clients and news clients that allows users to performs these tasks directly inside Emacs. Emacs is "heavier" because of this, but it arguably has a relatively easier learning curve for beginners. |
- Far Manager - used editor in the RU/CIS competitive programming community. It's actually a file manager in its bare bones, but you can install [FarColorer](http://colorer.sourceforge.net/farplugin.html) - a syntax highlighter plugin to program on it. Properly configured, Far Manager allows you to navigate between files very efficiently while writing your codes. |
- Code::Blocks - Platform | Code::Blocks is the go-to IDE for C/C++. It's a full-fledged, versatile IDE with numerous great features. Code::Blocks is usually provided along with Vim in programming contests. |
- IntelliJ IDEA - Platform | IntelliJ IDEA is certainly one of the best IDEs for Java. It's used by most competitive programmers who use Java as their main language. Be sure to check out [CHelper](https://plugins.jetbrains.com/plugin/7091-chelper), a very handy plugin written for programming contests. |
- Sublime Text - Platform | Sublime Text is an extraordinary text editor. Packed with powerful and innovative features like Multiple Carets, Minimaps and Command Palletes, it attracts a strong and engaging community. Sublime Text is highly extensible, so be sure to have [Package Control](https://packagecontrol.io/) installed and explore perhaps one of the largest catalogue of plugins! |
- Eclipse - Platform | Eclipse is another good IDE for Java. It's an okay alternative to Intellij IDEA (A tad inferior to IDEA by today's standards). Sometimes contests only provide Eclipse for some reason, so this might be a good incentive to try and use Eclipse. |
- CLion - Platform | CLion, produced by JetBrains - the same company who made Intellij IDEA, is a powerful IDE for C++. Free educational licenses are available OR you can try out their [EAP (Early Access Program)](https://confluence.jetbrains.com/display/CLION/Early+Access+Program) which is still free as of Apr, 2018. You may want to turn off its code inspection feature as it will cause quite a bit of lag. |
- Visual Studio - hogging. ... [CodeLite](https://codelite.org/) is a newly rising IDE. Beware that the load-up and project-creation times can be extraordinary. |
-
Personal use
- VisuAlgo
- CHelper - judge-tools](https://github.com/kmyk/online-judge-tools) (Stand alone CLI tool, It is actively maintained.) | Great tools that parse contests, inline library codes and provide testing frameworks. They save you from spending your precious time on switching windows and copy-pasting back and forth. |
- The On-Line Encyclopedia of Integer Sequences (OEIS)
- tohtml.com - You-See-Is-What-You-Get) editor! |
- uDebug - specified inputs to problems on the UVa Online Judge. Some problems also provide additional test cases for debugging. |
- Ideone.com - permanent pages for code sharing. Very useful especially when you're trying to get someone else to look into your code. |
- Ineffable - line grader for local grading. |
-
Contest Preparation
- polygon - Codeforces](http://codeforces.com/blog/entry/18426) |
- tcframe
- BNU Online Judge
- Kattis - mail them for assistance). |
-
-
Other Awesome Resources
-
Articles
- Overview of Programming Contests
- Getting started with the sport of competitive programming - HackerEarth
- How to prepare for ACM - ICPC? - GeeksforGeeks
- Complete reference to competitive programming - HackerEarth
- The 'science' of training in competitive programming - Codeforces
- If you ask me how to improve your algorithm competition skill, I will give you the link of this blog. - Codeforces - Wen (dreamoon) |
-
FAQs
-
Awesome Lists
- The Definitive C++ Book Guide and List - Stack Overflow
- What are the best books to learn Java? - Quora
- What is the best book for advanced Java programming? - Quora
- tayllan/awesome-algorithms
- enjalot/algovis
- rossant/awesome-math
- fffaraz/awesome-cpp
- akullpp/awesome-java
- vhf/free-programming-books
- Hackr.io
-
Interview Questions
- InterviewBit - play designs which are designed to invoke one's interest in practicing. |
- CareerCup
-
-
List of Lists
Categories
Sub Categories
Books for Mathematics
15
Awesome Lists
10
Quora
10
IDEs
9
Blogs
8
Open Courses for Algorithms and Data Structures
8
Personal use
7
Articles
6
Problem Classifiers
6
Contest Preparation
4
Interview Questions
4
Books for Algorithms
4
Contest Calendars
4
C/C++
3
Java
2
Camps and Trainings
2
Youtube and Livestreams
2
Miscellaneous
2
FAQs
1
Keywords
awesome
4
awesome-list
4
list
3
acm-icpc
1
algorithm
1
arabic
1
competitive-programming
1
data-structures
1
library
1
training-materials
1
youtube
1
lecture-notes
1
mathematics
1
c
1
c-plus-plus
1
cpp
1
cpp-library
1
cppcon
1
libraries
1
lists
1
programming-tutorial
1
resources
1
books
1
education
1
resource
1
computer-science
1
courses
1