Search found 1 match

by ricardodps
Tue Jan 06, 2015 2:43 am
Forum: Volume 119 (11900-11999)
Topic: 11991 - Easy Problem from Rujia Liu?
Replies: 32
Views: 16521

Re: 11991 - Easy Problem from Rujia Liu?

I'll appreciate it if you guys can give me hint how to optimize my Java solution. I'm sure the algorithm is asymptotically performant (I followed brianfry's suggestion); I think I/O is the bottleneck here. I ended up using BufferedReader and StringTokenizer but still TLE. Any ideas?

import java ...

Go to advanced search