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
TOPICSfiltered by difficulty inDESCENDINGorder (starting fromHARDproblems)
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.mdin the folder -
Fill the
README.mdwith 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>toConstraintsin the description -
Copy paste the
HintorFollow UpunderHints -
After solving, share the output generated by
LeetCodefor time and space complexity underResult Details -
Create a file called
Solution.javain the respective folder, copy paste results
If you like what I am doing, please star or fork. Thanks!
| 0297-serialize-and-deserialize-binary-tree |
| 0297-serialize-and-deserialize-binary-tree |
| 0329-longest-increasing-path-in-a-matrix |
| 0417-pacific-atlantic-water-flow |
| 0794-swim-in-rising-water |
| 1753-path-with-minimum-effort |
| 0127-word-ladder |
| 0297-serialize-and-deserialize-binary-tree |
| 0329-longest-increasing-path-in-a-matrix |
| 0417-pacific-atlantic-water-flow |
| 0794-swim-in-rising-water |
| 1753-path-with-minimum-effort |
| 0295-find-median-from-data-stream |
| 0297-serialize-and-deserialize-binary-tree |
| 2023-design-movie-rental-system |
| 2429-design-a-food-rating-system |
| 3678-design-task-manager |
| 3827-implement-router |
| 0297-serialize-and-deserialize-binary-tree |
| 0025-reverse-nodes-in-k-group |
| 0044-wildcard-matching |
| 0030-substring-with-concatenation-of-all-words |
| 0076-minimum-window-substring |
| 3640-maximum-frequency-of-an-element-after-performing-operations-ii |
| 0329-longest-increasing-path-in-a-matrix |
| 0329-longest-increasing-path-in-a-matrix |
| 0329-longest-increasing-path-in-a-matrix |
| 0149-max-points-on-a-line |
| 0830-largest-triangle-area |
| 0067-add-binary |
| 1642-water-bottles |
| 2324-find-triangular-sum-of-an-array |
| 3555-final-array-state-after-k-multiplication-operations-i |
| 0042-trapping-rain-water |
| 0084-largest-rectangle-in-histogram |
| 0085-maximal-rectangle |
| 0023-merge-k-sorted-lists |
| 0053-maximum-subarray |
| 0169-majority-element |
| 0315-count-of-smaller-numbers-after-self |
| 0315-count-of-smaller-numbers-after-self |
| 0315-count-of-smaller-numbers-after-self |
| 0023-merge-k-sorted-lists |
| 0315-count-of-smaller-numbers-after-self |
| 0315-count-of-smaller-numbers-after-self |
| 2023-design-movie-rental-system |
| 2429-design-a-food-rating-system |
| 3678-design-task-manager |
| 3827-implement-router |
| 0023-merge-k-sorted-lists |
| 0025-reverse-nodes-in-k-group |
| 0295-find-median-from-data-stream |
| 0037-sudoku-solver |
| 0051-n-queens |
| 0052-n-queens-ii |
| 2324-find-triangular-sum-of-an-array |
| 3851-find-sum-of-array-product-of-magical-sequences |
| 0067-add-binary |
| 3744-minimum-operations-to-make-array-elements-zero |
| 3851-find-sum-of-array-product-of-magical-sequences |
| 0175-combine-two-tables |
| 0181-employees-earning-more-than-their-managers |
| 0169-majority-element |
| 3242-count-elements-with-maximum-frequency |
| 3872-find-most-frequent-vowel-and-consonant |
| 2307-replace-non-coprime-numbers-in-array |
| 3827-implement-router |
| 0794-swim-in-rising-water |
| 1753-path-with-minimum-effort |
| 3383-taking-maximum-energy-from-the-mystic-dungeon |
| 3640-maximum-frequency-of-an-element-after-performing-operations-ii |
| 3851-find-sum-of-array-product-of-magical-sequences |


