Time complexity of n factorial
quiz-on-time-and-space-complexity
vikrantwaje96
(Vikrant Waje)
March 20, 2020, 8:39pm
#1
Can you explain me what is the time complexity of lg (n!) = ………………
O(n)
O(lg n)
O(n^2)
O(n lg n)