Skip to content

Repository with leetcode solutions and dedicated index to prepare for your FAANGM interviews. Feel free to share and contribute to this awesome repository.

License

Notifications You must be signed in to change notification settings

rahulsingh3526/High-On-DSA

 
 

Repository files navigation

Index Of Problems

Click below to expand and view problems.

Arrays
Dynamic Programming
Greedy
LinkedLists
Maths
Queue
Recursion
Search
Sorting
Stack
Strings
Trees
Concepts / Miscelleneous
  • recursion

    • Print Number from 1 to N && from N to 1 && from 1 to N and N to 1 in same
    • Sum and Product Factorial of Number from 1 To N
    • Sum and Product of Digits in a Number
    • Reverse A Number
    • Maximize The Number By Swapping Adjacent Two Digits Not Yet Solved
  • dynamic Programming

    • Print possible Sum for Target using given number as many times possible
  • binarySearch

    • Order Agnostic Binary Search Binary Search
    • Search in Infinite Array Binary Search
    • Find Binary Search Ceiling Value Binary Search
    • Find Binary Search Floor ValueBinary Search
    • Find Pivot in Rotated Sorted Array Binary Search
    • Find Pivot in Rotated Sorted Element with Duplicates Binary Search
    • Rotation Count for Rotated Array Binary Search
    • Search in Sorted Row and Column Wise Matrix Binary Search
    • Search a Matrix sorted Row and Column wise Binary Search , Matrix
    • Search a Sorted Matrix Binary Search , Matrix
  • overflow & underflow

    • String to Integer - Handling Integer Overflow and Underflow

Wanna Contribute to this repository !!

Thank You !!

About

Repository with leetcode solutions and dedicated index to prepare for your FAANGM interviews. Feel free to share and contribute to this awesome repository.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.1%
  • Python 27.7%
  • HTML 10.2%