Skip to content

dhiraj-01/CP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming

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

🌐 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