Open In App
Related Articles

Top 20 Hashing Technique based Interview Questions

Improve Article
Improve
Save Article
Save
Like Article
Like
  1. Find whether an array is subset of another array
  2. Union and Intersection of two Linked Lists
  3. Find a pair with given sum
  4. Find Itinerary from a given list of tickets
  5. Find four elements a, b, c and d in an array such that a+b = c+d
  6. Find the largest subarray with 0 sum
  7. Count distinct elements in every window of size k
  8. Find smallest range containing elements from k lists
  9. Palindrome Substring Queries
  10. Largest subarray with equal number of 0s and 1s
  11. Advantages of BST over Hash Table
  12. Check if an array can be divided into pairs whose sum is divisible by k
  13. Count the number of subarrays having a given XOR
  14. Implementing our Own Hash Table with Separate Chaining in Java
  15. Internal Working of HashMap in Java
  16. Find missing elements of a range
  17. Longest Consecutive Subsequence
  18. Print all subarrays with 0 sum
  19. Open Addressing for Collision Handling
  20. Separate Chaining for Collision Handling
  21. Given an array of pairs, find all symmetric pairs in it

Recent Articles on Hashing
Coding Practice on Hashing

If you like GeeksforGeeks and would like to contribute, you can also write an article using write.geeksforgeeks.org or mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks!

Last Updated : 18 Sep, 2023
Like Article
Save Article
Similar Reads
Related Tutorials