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