Here I publish my LeetCode
solutions
Officially this repository starts at the date 18th May, 2022.
The goal is to solve AT LEAST 2 problems, and AT MOST 3 problems, per day.
For guidance on what problems to solve, I will use the following guides on the dashboard of LeetCode
.
These are my steps,
- Finish all the study plans as outlined,
SQL Study Plan
,Binary Search Study Plan
,14 Days Study Plan To Crack Algo
, and so on - Approach questions by
TOPICS
filtered by difficulty inDESCENDING
order (starting fromHARD
problems)
Please follow the steps and copy the following template to generate a folder for a new problem.
-
Create a folder with the following format,
<PROBLEM_NUMBER>. <PROBLEM_NAME> (<PROBLEM_DIFFICULTY>)
-
Create a
README.md
in the folder -
Fill the
README.md
with the following template for the content,# <PROBLEM_NUMBER>. <PROBLEM_NAME> (<PROBLEM_DIFFICULTY>) ## Table Of Contents - [<PROBLEM_NUMBER>. <PROBLEM_NAME> (<PROBLEM_DIFFICULTY>)](#problem_number-problem_name-problem_difficulty) - [Table Of Contents](#table-of-contents) - [Link](#link) - [Description](#description) - [Hints](#hints) - [Result Details](#result-details) ## Link Problem can be found [here](https://leetcode.com/study-plan/). ## Description ... ## Hints ... ## Result Details ...
-
Copy paste the material starting from
<PROBLEM_NUMBER>. <PROBLEM_NAME>
toConstraints
in the description -
Copy paste the
Hint
orFollow Up
underHints
-
After solving, share the output generated by
LeetCode
for time and space complexity underResult Details
-
Create a file called
Solution.java
in the respective folder, copy paste results
If you like what I am doing, please star
or fork
. Thanks!