Skip to content

nabobery/PROJECT-MADS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT MADS

MADS stands for Master Algorithms and Data Structures

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
  • C++ - Written in C++ 14
  • CLion - 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 - Undergraduate, Computer Science, IIITDM Kancheepuram '24

Know More about Me

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.