Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 757 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 757 Bytes

LeetCode-and-CodeForces

This repository is a collection of all the codiung questions i have done so far. It includes questions done from LeetCode and CodeForces and may include more in the future.

LeetCode

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.

CodeForces

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