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
  •  | 
  •  

Pergunta

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)$?

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a cs.stackexchange
scroll top