How do I find a suitable index for a value X in an array implemented min binary heap in o(log log n) time? (no actual insertion is required)
How do I find a suitable index for a value X in an array implemented min binary heap in o(log log n) time? (no actual insertion is required)