Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohankalbag/competitive-programming
https://github.com/rohankalbag/competitive-programming
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohankalbag/competitive-programming
- Owner: rohankalbag
- Created: 2022-05-06T06:40:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T15:53:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:30:35.718Z (over 1 year ago)
- Language: C++
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WnCC Seasons of Code 2022
## Competitive Programming
- Mentee : Rohan Rajesh Kalbag
- Mentor : Shivang Tiwari## Learnings
- Estimating complexity of the problem before actually starting to solve to maximize success
- Effective usage of C++ STL classes such as `map`, `vector`, `set`, `priority_queue`, `queue`, `stack` in order to reduce implementation time
- Creation of a [generic template code](https://github.com/rohankalbag/Intro-To-Competitive-Programming/blob/main/generic.cpp) for CP competitions to save time during contests
- Exposure to effective problem solving strategies aimed towards competitions hosted online
- Exploring DSA to supplement CP and problem solving ability## Certification
This Seasons of Code project was successfully accepted and I was awarded a [Certificate](https://github.com/rohankalbag/Intro-To-Competitive-Programming/blob/main/soc-certificate.png) by the **Institute Technical Council, IIT Bombay** for the same
![soc-certificate](https://user-images.githubusercontent.com/46604893/194545460-f350f23b-3e1c-4cbb-beb4-bbc11782f8c5.png)
### While exploring concepts of DSA required for Competitive Programming here are some handy [LaTeX notes](https://github.com/rohankalbag/Intro-To-Competitive-Programming/blob/main/Notes.pdf) that I created.
## Project Timeline
Apart from contests, material was provided for DSA and problems were solved on platforms like leetcode, hackerrank and codeforces
Week 1 : [Codeforces Gym Contest on STL and Basic C++](https://github.com/rohankalbag/Intro-To-Competitive-Programming/tree/main/Week%201)
Week 2 : [CSES Introductory Problem Set](https://github.com/rohankalbag/Intro-To-Competitive-Programming/tree/main/Week%202)
Week 3:
- [Codeforces Round #793 (Div. 2)](https://codeforces.com/contest/1682)
- [Educational Codeforces Round 129 (Rated for Div. 2)](https://codeforces.com/contest/1681)
- [Codeforces Round #794 (Div. 2)](https://codeforces.com/contest/1686)Week 4:
- [CodeCraft-22 and Codeforces Round #795 (Div. 2)](https://codeforces.com/contest/1691)
- [Codeforces Round #796 (Div. 2)](https://codeforces.com/contest/1688)Week 5:
- [Codeforces Round #797 (Div. 3)](https://codeforces.com/contest/1690)
- [Codeforces Round #798 (Div. 2)](https://codeforces.com/contest/1689)Week 6:
- [Educational Codeforces Round 130 (Rated for Div. 2)](https://codeforces.com/contest/1697)
- [Codeforces Round #799 (Div. 4)](https://codeforces.com/contest/1692)After Week 7:
- [Codeforces Round #800 (Div. 2)](https://codeforces.com/contest/1694)
- [Codeforces Round #804 (Div. 2)](https://codeforces.com/contest/1699)
- [Codechef June Long One 2022 Division 3 (Rated)](https://www.codechef.com/JUNE221C)## Codeforces
- [Profile](https://codeforces.com/profile/rohanrkalbag)
- [Contests Participated in Codeforces](https://codeforces.com/contests/with/rohanrkalbag)
- [Submissions](https://codeforces.com/submissions/rohanrkalbag)## Hackerrank
- [Profile](https://www.hackerrank.com/kalbag_rohan_r)## Codechef
- [Profile](https://www.codechef.com/users/rohankalbag)