Hashing Practicing Questions
- Find whether an array is subset of other array or not
- Find Itinerary from a given List of tickets
- My Solution//will change with gfg link
- Find a pair with given sum
- Find four elements a,b,c,d such that a+b = c+d
- Find four elements a,b,c,d such that a*b = c*d
- Find the length of largest subarray with 0 sum
- Count distinct elements in every window of size k
- Find smallest range containing elements from k lists
- Palindrome Substring Queries
- Largest subarray with equal number of 0s and 1s
- Print all subarrays with 0 sum
- Check if an array can be divided into pairs whose sum is divisible by k
Comments
Post a Comment