Solving the Striver DSA Sheet in Java, tracked manually using Codolio.
- Largest Element in an Array – Problem | Solution
- Second Largest Element (No Sorting) – Problem | Solution
- Check if Array is Sorted – Problem | Solution
- Remove Duplicates from Sorted Array – Problem | Solution
- Rotate Array by one place – Problem | Solution
- Left Array by D places – Problem | Solution
- Move Zeroes to End - Problem | Solution
- Linear Search - Problem | Solution
- Find the Union - Problem | Solution
- Find missing number in an array - Problem | Solution
- Maximum Consecutive Ones - Problem | Solution
- Number that appears once - Problem | Solution
- Longest Subarray with Sum K (Positives) - Problem | Solution
- Longest Subarray with Sum K (Positive and Negative) - Problem | Solution
- 2 Sum Problem - Problem | Solution
- Sort Colors - Problem | Solution
- Majority Element - Problem | Solution
- Kadane's Algorithm for Negatives - Problem | Solution
- Kadane's Algorithm - Problem | Solution
- Buy and Sell Stocks - Problem | Solution
- Rearrange Elements by Sign - Problem | Solution
- Next Permutation - Problem | Solution
- Leaders in Array - Problem | Solution
- Longest Consecutive Sequence in Array - Problem | Solution
- Set Matrix Zeroes - Problem | Solution
- Rotate Matrix - Problem | Solution
- Spiral Matrix - Problem | Solution
- Count Subarrays with Given Sum - Problem | Solution
- Pascal's Triangle - Problem | Solution
- Majority Element (n/3 times) - Problem | Solution
- Three Sum - Problem | Solution
- Binary Search to find X in sorted array - Problem | Solution
- Implement Lower Bound - Problem | Solution
- Implement Upper Bound - Problem | Solution
- Search Insert Position - Problem | Solution
- Floor/Ceil in Sorted Array - Problem1 | Problem2 | Solution
- First and Last Occurrence - Problem | Solution
- Language: Java
- IDE: VS Code / IntelliJ IDEA
- Tracker: Codolio