Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 221 Bytes

File metadata and controls

2 lines (2 loc) · 221 Bytes

initialisation-of-an-array-in-logarithmic-time

This procedure initialise an array in logarithmic time, that is O(log n). That is generally asymptotically better than the classic procedure, which takes linear time O(n).