Skip to content

I've documented solutions to a multitude of LeetCode questions, showcasing diverse problem-solving techniques. From straightforward array manipulations to intricate graph traversal algorithms, I've provided clear and efficient solutions. Through this collection, I aim to share my journey of mastering DSA concepts and my problem-solving skillls.

Notifications You must be signed in to change notification settings

kratiarora03/LeetCode-Practice

Repository files navigation

LEET CODE PROBLEMS : This repository consists of all the leet code problems with different data structures . Questionnaire :

  1. Sort the colors red , white and blue which are added in the array using numbers 1,2and 3 respectively.
  2. Rotate the array the number of times the value of K. Used the Modulus Approach.
  3. Find the missing number between the array.
  4. Rotate the 2d matrix by 90 degree.
  5. Find the peak element of the mountain.
  6. Remove the duplicate elements from the sorted array.
  7. To check whether the array is monotonic array or not.
  8. To find the pivot element.
  9. Search for an element in a 2D matrix using binary search.
  10. Remove all adjacent duplicates in string.
  11. Remove all occurrence from a string
  12. To check the string is a valid palindrome by removing atmost one element.
  13. To check whether the substrings are palindromic or not.
  14. Decode the message through the substitution table generated .
  15. Minimum amount of time to collect garbage.

About

I've documented solutions to a multitude of LeetCode questions, showcasing diverse problem-solving techniques. From straightforward array manipulations to intricate graph traversal algorithms, I've provided clear and efficient solutions. Through this collection, I aim to share my journey of mastering DSA concepts and my problem-solving skillls.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages