This repo contains all leetcode problems solved by me. I divided all the questions into sections. (Example Array -> Easy, Medium, Hard) Each java file contains leetcode question number, problem and solution.
I will try leetcode problem solution every week and share in this repo.
Category | Level | Question Number | Question | Java Link | Leetcode Link |
---|---|---|---|---|---|
Number | Easy | 70 | Climbing Star | ClimbingStar.java | Climbing Star |
Array | Easy | 704 | Binary Search | BinarySearch.java | Binary Search |
Array | Medium | 735 | Astreoid Collision | AstreoidCollision.java | Astreoid Collision |
Array | Easy | 88 | Merge Sorted ARRAY | MergeSortedArray.java | Merge Sorted Array |
String | Easy | 1897 | RedistributeCharactersToMAkeAllStringsEqual | RedistributeCharactersToMAkeAllStringsEqual.java | Redistribute Characters To MAke All Strings Equal |
Array | Medium | 77 | Combinations | Combinations.java | Combinations |
Array | Easy | 121 | Best Time to Buy and Sell Stock | BestTimetoBuyandSellStock.java | Best Time to Buy and Sell Stock |
Array | Medium | 74 | Search2dMatrix | Search2DMatrix.java | Search 2D Matrix |