Added new Question

This commit is contained in:
hitanshu310 2025-03-01 17:43:13 +05:30
parent fabcf449e3
commit 32ccf9dd12
3 changed files with 2 additions and 2 deletions

View File

@ -12,3 +12,4 @@
8. [3sum](https://leetcode.com/problems/3sum/description/) `Blind 75` `Leetcode 150` `Striver`
9. [Container With Most Water](https://leetcode.com/problems/container-with-most-water/description/?envType=study-plan-v2&envId=top-interview-150) `Blind 75` `Leetcode 150`
10. [Merge Intervals](https://leetcode.com/problems/merge-intervals/description/) `Leetcode 150` `Striver`
11. [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/) `Leetcode 150` `Striver`

View File

@ -6,4 +6,4 @@ For each question present except the first one,
2. Create a new java file with a public class Solution as in the leetcode URL associated with each question.
3. Create a new java file for a package protected interface Solvable belonging to the above package with a method solve having the same return type and arguments as of the metod present in the class Solution.
3. Create a new java file for a package protected interface Solvable belonging to the above package with a method solve having the same return type and arguments as of the method present in the class Solution.

View File

@ -1 +0,0 @@
/home/hitanshu/Projects/DSA_sheets/dsa/src/test/java/com/hithomelabs/dsa/array/best_time_to_buy_and_sell_stock/SolutionTest.java