Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get good algorithm problem with solutions [closed]

Tags:

algorithm

I know some algorithm judge online system, but few of them have the solution attached. Most of the time after I deliever my own answer on those system, I can seen other people's solution have fewer memory usage and shorter CPU time cost which after refactories my code can not achieve. Is there any problem set have elegant solutions with them? I wanna to read the solution to find where to fill the gap. Thanks in advance!

like image 612
Roy Avatar asked Jan 31 '26 04:01

Roy


1 Answers

You can also check out the Google Code Jam. Also, for most popular online judges (e.g. UVa, SPOJ), a searching the forum or just searching at google turns up a lot of ideas and hints.

like image 167
MAK Avatar answered Feb 01 '26 18:02

MAK