1.
Print all distinct numbers in array
2. Print all the duplicate numbers in array
3. Print all unique numbers in array
4. Check whether array2 is subset of array1
5. Count frequency of each number in array
6. Check if pair with given Sum exists in unsorted Array - O(N)
7. Most frequent element in an array
8. Check if two arrays are equal or not
https://leetcode.com/problems/jewels-and-stones/
https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/
https://leetcode.com/problems/number-of-arithmetic-triplets/
https://leetcode.com/problems/check-if-the-sentence-is-pangram/
https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-k/
https://leetcode.com/problems/unique-morse-code-words/
https://leetcode.com/problems/count-the-number-of-consistent-strings/
https://leetcode.com/problems/decode-the-message/
Stack
https://leetcode.com/problems/next-greater-element-i/