terzinodipaese / 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).

Repository from Github https://github.comterzinodipaese/initialisation-of-an-array-in-logarithmic-timeRepository from Github https://github.comterzinodipaese/initialisation-of-an-array-in-logarithmic-time

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).

About

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).


Languages

Language:C++ 100.0%