-1

I have a hard time comparing the two functions:

n^(0.001n)
n!

Any insights?

Shane Hsu
  • 7,937
  • 6
  • 39
  • 63

1 Answers1

0

Try to replace n with a few number, for example

0 10 10^6 10^15 and compare the results of thoses functions. It should give you an idea of which one grow faster.

Julien Rousé
  • 1,115
  • 1
  • 15
  • 30