When using quadratic probing, what is the formula for calculating the step size for each successive probe?
i(i+1)
i^2
i
i^3

Data Structures and Algorithms Exercises are loading ...