https://github.com/zwliew/competitive-programming
Notes, libraries, templates, and solutions to various competitive programming platforms.
https://github.com/zwliew/competitive-programming
challenge coding competitive cp cpp ctci leetcode mrjudge programming python
Last synced: 2 days ago
JSON representation
Notes, libraries, templates, and solutions to various competitive programming platforms.
- Host: GitHub
- URL: https://github.com/zwliew/competitive-programming
- Owner: zwliew
- License: mit
- Created: 2019-01-26T15:14:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T07:43:38.000Z (over 2 years ago)
- Last Synced: 2023-06-18T12:29:42.297Z (over 2 years ago)
- Topics: challenge, coding, competitive, cp, cpp, ctci, leetcode, mrjudge, programming, python
- Language: C++
- Homepage:
- Size: 1.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Competitive Programming
These are solutions to some coding challenges from various sources.
I write some notes as I learn [here](https://www.notion.so/zwliew/Competitive-programming-algorithms-66bba4088f424ccb8d24fe0eed979bd1).
Sources:
- [HackerEarth](https://www.hackerearth.com/)
- [HackerRank](https://www.hackerrank.com/)
- [Google Kickstart](https://codingcompetitions.withgoogle.com/kickstart/)
- [Google Codejam](https://codingcompetitions.withgoogle.com/codejam)
- [LeetCode](https://leetcode.com/)
- [mrJudge](https://dunjudge.me/)
- [Cracking the Coding Interview (ctci)](http://www.crackingthecodinginterview.com/)
- [Online Judge](https://onlinejudge.org/)
- [USACO Training](https://train.usaco.org/usacogate)
- [USACO Online Contests](http://usaco.org/index.php?page=contests)
- [Codeforces](https://codeforces.com/)
- [AtCoder](https://atcoder.jp/)
- [Project Euler](https://projecteuler.net/)
- [TopCoder](https://arena.topcoder.com/)
- [CSES](https://cses.fi/problemset/list/)
- [E-Olymp](https://www.e-olymp.com/)
- [Timus](https://acm.timus.ru)
- [ICPC Live Archie](https://icpcarchive.ecs.baylor.edu/)
- [Google Tech Dev Guide](https://techdevguide.withgoogle.com/)
- [CodeChef](https://www.codechef.com/)
- [Library-Checker](https://judge.yosupo.jp/)
- [URI Online Judge](https://www.urionlinejudge.com.br/judge/en)
- [Aizu Online Judge](http://judge.u-aizu.ac.jp)
- [DMOJ](https://dmoj.ca/)
- [oj.uz](https://oj.uz/)
- [Advent of Code](http://adventofcode.com/)