SharingSource/LogicStack-LeetCode

关于440这题的时间复杂度

Wang-Yu-Qing opened this issue · 0 comments

getCnt我能理解是log10(n),但主函数的循环为什么也是log10(n)次呢?为什么和k无关?