https://github.com/manvith12/mentee-mentor
a repository containing all the coders-club instructions given out during 2024-2025 mentor-mentee program of IIITK
https://github.com/manvith12/mentee-mentor
competitive-programming cplusplus cpp data-structures-and-algorithms datastructures-algorithms
Last synced: about 2 months ago
JSON representation
a repository containing all the coders-club instructions given out during 2024-2025 mentor-mentee program of IIITK
- Host: GitHub
- URL: https://github.com/manvith12/mentee-mentor
- Owner: manvith12
- Created: 2024-12-03T11:33:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T14:24:22.000Z (5 months ago)
- Last Synced: 2025-02-07T09:14:41.465Z (4 months ago)
- Topics: competitive-programming, cplusplus, cpp, data-structures-and-algorithms, datastructures-algorithms
- Language: C++
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IIITK Coders-club Mentor-Mentee Resources
Welcome to the **IIITK Competitive Programming Program Resource Repository**! This repository includes resources shared during our summer mentorship program, guiding freshmen in competitive programming.
---
## Mentor of the repository
- [Shaun Alan Joseph](http://github.com/shaunalanjoseph)## Pre-requisites
### Typing
- Learn touch typing at: [typing.com](https://www.typing.com/)
- Build muscle memory with: [keybr.com](https://www.keybr.com/)
- Improve speed on: [monkeytype.com](https://monkeytype.com/)
- Aim for a typing speed of **60 WPM**, working up to **80-100 WPM**.### C++ Preparation
- C++ will be our main language for competitive programming.
- Familiarize yourself with basic data structures:
- Vectors, Sets, Maps, Stack, Queue, Deque
- Resources:
- [USACO Guide](https://usaco.guide/general/)
- [C++ STL Reference](https://cplusplus.com/reference/stl/)
- Try to complete the "General" level on USACO.---
## How to Use
1. Clone the repository:
```bash
git clone https://github.com/yourusername/iiitk-mentor-mentee-resources.git
```2. Go through weekly folders for resources and practice.
3. Solve problems and follow the learning path.
---
### Acknowledgements
Thanks to the mentors for their dedication.
---
### Contact
For queries, reach out at:
- Email: [[email protected]](mailto:[email protected])
- GitHub: [@manvith12](https://www.github.com/manvith12)---
# Happy Coding! 🚀