FAQs
Last updated
Last updated
Constant Time
An operation which is done to reach an element directly (like a dictionary or hash table)
First we would have to search it by checking n
elements
An algorithm which transform input with no auxilary data structure. The input is usually overwritten by the output as the algorithm executes. In place algorithm updates input sequence only through replacement or swapping of elements.