Hi guys, how can I do an array with space complexity O(1) ?
if I do it by constant compiler time like "int arra[20] " it takes O(n) and not O(1) .. maybe here I'm wrong about that but at least that what I've realized...