In the Baby-Step Giant-Step algorithm, what is the time complexity of the precomputation step, where we create the table of powers?
O(1)
O(p)
O(√p)
O(p^2)

Mathematics Exercises are loading ...