项目作者: terzinodipaese

项目描述 :
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).
高级语言: C++
项目地址: git://github.com/terzinodipaese/initialisation-of-an-array-in-logaritmic-time.git