An open API service indexing awesome lists of open source software.

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

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! 🚀