Top 30 Hashing Interview Questions | Commonly Asked Hashing Interview Questions All Sets

SET 1

  1. Vertical Sum in a given Binary Tree
  2. Design a data structure that supports insert, delete, search and getRandom in constant time
  3. Print a Binary Tree in Vertical Order | Set 2 (Hashmap based Method)
  4. Longest Consecutive Subsequence
  5. Largest subarray with equal number of 0s and 1s
SET 2

  1. Largest Continuous Sequence Zero Sum
  2. Find Itinerary from a given list of tickets
  3. Find number of Employees Under every Employee
  4. Check if an array can be divided into pairs whose sum is divisible by k
  5. Longest Substring Without Repeat
SET 4:

Comments