0 0 votes In this question : https://gateoverflow.in/2272/gate1997-12 Had it been "Open addressing" only then for part A would it be : $\frac{n-1}{n}*\frac{n-2}{n-1}*.....*\frac{n-k-1}{n-k}$ ? (as every time we occupy a bucket , the probability will be changed as all slots are equiprobable.) ? Programming in C + – HeadShot 593 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply Hemanth_13 commented Nov 11, 2018 reply Follow flag I think its correct in case of linear probing but not sure about quadratic probing(it should to be true in this case as well because the probe sequence should cover all the buckets for n probes) 0 0 replyShare HeadShot commented Nov 11, 2018 reply Follow flag @Hemanth_13 Yes coz its indpendeind of hashing function. 0 0 replyShare Please log in or register to add a comment.