标签: time-complexity big-o
假设这是最坏的情况,并且不会中断。您能帮忙解释一下如何为此确定大O吗?
谢谢!
for i in 0..< N { for j in i+1..< N{ } }