Appearance
设 n 是描述问题规模的非负整数,下面程序片段的时间复杂度是( )。
x = 2; while (x < n / 2) x = 2 * x;
提示:可在可视化区直接操作播放、步进、修改参数