- Basic Hashing Concept
- Check if the given array is a subset of another array with No duplicate elements
- Check if a given array is a subset of another array assuming that duplicate elements can be present in any or both of the given arrays
- Minimum operations to make all elements equal in an array
- Check if the given array contains duplicate elements within k distance from each other
- Find out the Maximum and Minimum frequency of a no in the array
- Count all the (i,j) Pairs such that b[i] + b[j] == k (count of such pairs.) i
- Count All ((i,j) pairs such that b[i] - b[j] == k (count of such pairs.) i
- Count all i,j pairs where i
- Find Sum of Range [l……….r] where(l<=r) using Prefix sum.
- Find count of number of subarrays with sum is equal to k
- Find largest/smallest subarray with sum k in Given Array
- Find count of shortest/largest subarrays with sum k in given array
- Frequency of a given no in an array
- Two Sum (LC Problem)
- Cumulative Sum Frequency
- Max diff b/w two occurrence of same element in an array
- First Unique Character in the String
- Find Common Characters
- LCS (Longest Consecutive Sequence) (LC 128)
- Find the length of largest subarray with 0 sum
- No of subarrays with sum exactly equal to k
-
Notifications
You must be signed in to change notification settings - Fork 0
vishkatyan/pro-pre-1-hashing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published