标签: data-structures time-complexity
我想知道n / 2 *log(n ^ n)的Big O符号是什么 我正试图弄清它是O(n / 2 *log(n ^ n))还是O(n *log(n ^ n))。
该如何检查?