How to reduce the time limit of a program?

how can i reduce time limit of a program?

  1. Use of optimised algorithm
  2. Using fast Input output functions…
  3. Writing efficient codes :slight_smile:

Hi @pravesh_13626

Like @anh1l1ator mentioned, by using these three methods you can reduce time limit!
If you are looking for fast input-output methods, you can find them here:

http://discuss.codechef.com/questions/7394/help-on-fast-inputoutput

Happy Coding! :smiley: