I am not able to understand the logic given for choosing no. of planes in the assignment which is
Each plane divides the space to 2 parts.
So n planes divide the space into 2^{n} hash buckets.
Also choosing 16 vectors/bucket is arbitary ? why not go with 20 vectors/bucket or 32 vectors/bucket?