This repository is a collection of all the coding questions i have done so far. It includes questions done from LeetCode and CodeForces and may include more in the future.
LeetCode is the most famous resource used by computer science majors for coding. This section in the repo is split into the sub-folders - Easy, Medium and Hard questions.
Another famous site used by computer science majors. This section of the repo is filled with files containing answers to certain questions and the naming scheme of each file is the difficulty of the question followed by the question name.
An example of the would the question Three Brothers which is of 800 difficulty would be written as 800Threebrother.py
GeeksforGeeks is a website that provides coding tutorials, practice problems and learning resources to help people improve their programming skills. The questions here are in no order, the file names are the question they tackle.