Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shz-code/cp
CP journey
https://github.com/shz-code/cp
atcoder codechef codeforces competitive-programming hackerrank journey materials recources spoj toph
Last synced: about 1 hour ago
JSON representation
CP journey
- Host: GitHub
- URL: https://github.com/shz-code/cp
- Owner: shz-code
- Created: 2022-10-01T17:21:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T10:11:00.000Z (over 1 year ago)
- Last Synced: 2024-11-20T07:25:50.792Z (2 months ago)
- Topics: atcoder, codechef, codeforces, competitive-programming, hackerrank, journey, materials, recources, spoj, toph
- Language: C++
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Handles
- [Codeforces(shz-code)](https://codeforces.com/profile/shz-code)
- [Toph(shz_code)](https://toph.co/u/shz_code)# CP Quick Hacks
#### Faster IO Template
``` cpp
#include
using namespace std;int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}
```
# Resources
## Starter Resources- [C Language Beginner Playlist (Bangla)(YT)(Shikkhangon BD)](https://youtube.com/playlist?list=PLeqnvPK4PpyXHyRzADqWac6CK_vXoP9Cm)
- [C Language Beginner Playlist (Hindi)(YT)(Code with Harry)](https://youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR)
- [C++ Language Beginner Playlist (Hindi)(YT)(Code with Harry)](https://youtube.com/playlist?list=PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL)
- [C++ Language Beginner Playlist (Bangla)(YT)(Shikkhangon BD)](https://youtube.com/playlist?list=PLeqnvPK4PpyWsjZvgLTRcc-dkPQXc8SHc)## Starter Problem Solving site
- [Bee Crowd](https://www.beecrowd.com.br/)## CP Resources
### PDF Books- [Competitive Programmers Handbook by Antti Laaksonen (PDF)](./resources/Competitive-programmers-hand-book-Antti-Laaksonen.pdf)
- [Guide to Competitive Programming(GCP)(PDF)](./resources/Guide%20to%20Competitive%20Programming.pdf)### Youtube Playlists
- [Love Babbar (YT) CP Playlist](https://youtube.com/playlist?list=PL4PCksYQGLJOcaPLgeMFaxaHigPFjBuTG)
- [Competitive Programming/DSA Course (YT)(Luv)](https://youtube.com/playlist?list=PLauivoElc3ggagradg8MfOZreCMmXMmJ-)### Websites for Learning
- [CP Algorithms](https://cp-algorithms.com/)
### Websites for Problem Solving
- [CSMS ProblemSet for GCP](https://cses.fi/problemset/)
- [A2oJ (Codeforces problems based on difficaulty and ratings)](https://earthshakira.github.io/a2oj-clientside/server/Ladders.html)### Problem Solving
`June 2023`| Solved | Monthly Target |
| ----------------- | ------------------------------------------------------------------ |
| 29 | 20 |