CP
CP copied to clipboard
Competitive Coding
Competitive Programming
- https://workat.tech/resources
Practice
- Pick a language
- Learn topic
- Solve standard problems
- Try problems from online sites (codeforces, atcoder, leetcode, codechef ...)
- Participate in the contest
- Practice more (:
📚 Book
https://cses.fi/book/book.pdf
Resources
- https://leetcode.com/ The Best for Coding Interviews
- https://usaco.guide/
- https://cp-algorithms.com/
🌐 Coding websites
CP
Coding Interview
My Sublime text setup
Windows
https://github.com/Dhiraj-01/CP/blob/main/Sublime%20Text/README.md
MacOS
- Install gcc from homebrew using brew install gcc
- Copy stdc++.h file
- Put above stdc++.h named file at
/Library/Developer/CommandLineTools/usr/include/bits/
- Sublime c++17 build settings https://pastebin.com/GnNN8cdL
📹 Youtube
Name | Link |
---|---|
Striver | https://www.youtube.com/channel/UCJskGeByzRRSvmOyZOz61ig |
CodeNCode | https://www.youtube.com/channel/UC0zvY3yIBQTrSutsV-4yscQ |
Errichto | https://www.youtube.com/channel/UCBr_Fu6q9iHYQCh13jmpbrg |
✌🏻 Other Good Repo.
Name | Link |
---|---|
Tourist 🔥 | https://github.com/the-tourist/algo |
Atcoder library | https://github.com/atcoder/ac-library |
Leetcode questions | https://github.com/fterh/leetcode-curation-topical |
Algo-lib | https://github.com/saketh-are/algo-lib |
Coding notes | https://github.com/ankitpriyarup/Coding_Notes |
Alexandru Valeanu | https://github.com/AlexandruValeanu/Competitive-Programming |
Ashish Gupta | https://github.com/Ashishgup1/Competitive-Coding |