- My accepted solutions to leetcode DS Algo problems in Java
- This repository is personal, made public in the hope that someone may find it useful.
View my Other Problem Solving Repositories:
For any queries and suggestions:
Do ⭐ the repo if you find it appreciable. For any queries and suggestions, Conatct me at my mailing address.
| Sl. No. | Problem | Solution | Type |
|---|---|---|---|
| 01 | Broken Calculator | Solution | Medium |
| 02 | Check Array fromation through Concatenation | Solution | Easy |
| 03 | Reverse String | Solution | Easy |
| 04 | Reverse Vowels of a String | Solution | Easy |
| 05 | Count and Say | Solution | Medium |
| 06 | Sliding Window Maximum | Solution | Hard |
| 07 | Longest Substring Without Repeating Characters | Solution | Medium |
| 08 | Sum of Digits in Base K | Solution | Easy |
| 09 | Subarray Sum Equals K | Solution | Medium |
| 10 | Group Anagrams | Solution | Medium |
| 11 | Reverse words in a String | Solution | Medium |
| 12 | Replace all Digits with Characters | Solution | Easy |
| 13 | Two Sum | Solution | Easy |
| 14 | Three Sum | Solution | Medium |
| 15 | Three Sum Closest | Solution | Medium |
| 16 | Merge Intervals | Solution | Medium |
| 17 | Sort Colors | Solution | Medium |
| 18 | Next Permutation | Solution | Medium |
| 19 | Reverse Bits | Solution | Easy |
| 20 | Number of 1 Bits | Solution | Easy |
| 21 | Single Number | Solution | Easy |
| 22 | Single Number II | Solution | Medium |
| 23 | Reverse Array | Solution | Medium |