If my algorithm has complexity O(n!*n), can I just write O(n!), or do I have to keep it like O(n!*n)?

cs.stackexchange https://cs.stackexchange.com/questions/106436

  •  05-11-2019
  •  | 
  •  

문제

Just as I asked in the title: if my algorithm has complexity $O(n!\times n)$, can I just write $O(n!)$, or I have to keep it like $O(n!\times n)$?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 cs.stackexchange
scroll top