Ad
  • Custom User Avatar

    That is beauty of algorithms. Everytime you do loop you add n time to your execute time. if you make loop in loop it is n^2 time and so on. You need to find better way to make this program a little bit faster.