What is the formula for calculating load factor (α) in Hash table? (Where n is…
2025
What is the formula for calculating load factor (α) in Hash table?
(Where n is number of elements and tsize is table size.)
Answer: C. α = n/tsize
- A.
α = tsize/n
- B.
α = n × tsize
- C.
α = n/tsize
- D.
α = n + tsize
Attempted by 326 students.
Show answer & explanation
Correct answer: C
Explore the full course: Mppsc Assistant Professor Computer Science Paper 2
Loading lesson…