Java Template for Competitive Coding.

Revision en1, by __goku__, 2020-05-12 19:39:32

Many coders who like coding in Java for competitive coding have faced a “TLE” even though their logic and complexity are well within the bounds. The problem in those cases lies in our way of I/O. Using Scanner and System.out.println() in a code is quite convenient but often make our program slow. I am sharing my article in which I have shared my template. I urge fellow coders to check this out and please do notify me if anything can be improved. Thank You!

Tags #java, #fastio, #tle, #template

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English __goku__ 2020-05-12 19:39:32 591 Initial revision (published)