- All most 80% of file contain Solution Class only
- So main function and print statement .. have to write exclusively ... to see the result
- but i have tried to add print statement in many files ... but no main fun
- Open terminal to that file location
- Compile / Run the File
- CPP:-
g++ ./[file-name].cpp && ./a.exe
- JAVA:-
java [file-name].java
- PYTHON:-
python [file-name].py
- CPP:-
-
CPP
cd ./Problem/Easy/201-300/202. Happy Number/
g++ ./a.cpp && ./a.exe
-
JAVA
cd ./Problem/Easy/1-100/20. Valid Parentheses/
java d.java
-
PYTHON
cd ./Problem/Easy/1-100/20. Valid Parentheses/
python f.py
- Problem divided in Easy / Medium / Hard
- then subdivided into
- 100 problems in each folder
- then 1 folder for each question
- which will contain all different solution ... with explanation & links/ref
- Problem
- Easy
- 1-100
- 101-200
- ...
- Medium
- 1-100
- 101-200
- 101
- 102
- ...
- 198
- 199
- 200
- ...
- Hard
- 1-100
- 101-200
- ...
- Easy