Given n hashes (or random numbers), compute the probability that at least two hashes are equal.
run the progCompute the false positive probability of a Bloom filter and the optimal number of hash functions.
run the progConvert numbers into their binary, decimal, octal and hexadecimal representations.
run the prog