https://github.com/nabobery/project-mads
https://leetcode.com/Nabobery/ https://codeforces.com/profile/nabobery https://www.codechef.com/users/nabobery
https://github.com/nabobery/project-mads
codechef-solutions codeforces competitive-programming cpp leetcode-solutions python
Last synced: about 2 months ago
JSON representation
https://leetcode.com/Nabobery/ https://codeforces.com/profile/nabobery https://www.codechef.com/users/nabobery
- Host: GitHub
- URL: https://github.com/nabobery/project-mads
- Owner: nabobery
- Created: 2022-03-04T16:30:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-02T05:01:14.000Z (2 months ago)
- Last Synced: 2026-05-02T07:08:00.117Z (2 months ago)
- Topics: codechef-solutions, codeforces, competitive-programming, cpp, leetcode-solutions, python
- Language: C++
- Homepage:
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PROJECT MADS
**MADS** stands for **M**aster **A**lgorithms and **D**ata **S**tructures
## About
I enjoy solving problems or puzzles that require me to think harder about "*what*", "*why*" and "*how*", as doing so makes my daily life more interesting and inspiring as I am always excited about learning something new.
This project covers my journey to master Algorithms and Data Structures using competitive programming problems and other challenging problems. It contains notes,explanation and my version of solutions to these problems from platforms like **LeetCode, CodeChef, CSES** etc. The solutions are written in **C/C++**. The solutions in the repo are free to use and learn from, with their corresponding names/problem codes of the same available on the respective platform.
## Tech
- [C](https://www.cprogramming.com/)
- [C++](https://en.cppreference.com/w/cpp/14) - Written in C++ 14
- [CLion](https://www.jetbrains.com/clion/download/#section=windows) - A cross-platform IDE for C and C++
## How to use
1. Open the platform based directory of your choice
2. Navigate through the sub directories and open the file with the same name/problem code as the problem of your choice.
## Author
[Avinash Changrani](https://github.com/nabobery) - Undergraduate, Computer Science, IIITDM Kancheepuram '24
## Know More about Me
- [LeetCode Profile](https://leetcode.com/nabobery/)
- [CodeChef Profile](https://www.codechef.com/users/nabobery)
- [CodeForces Profile](https://codeforces.com/profile/nabobery)
- [LinkedIn Profile](https://www.linkedin.com/in/avinash-changrani-376039219)
> Note:
> - Solutions of this repo might not always be the best in terms of performance or efficient in terms of memory usage.
> - There may be more than one Solution to solve a problem and my solution may/may not contain all of them. This is just my implementation of various solutions I had learned.