Sandip_Jana's blog

By Sandip_Jana, history, 7 years ago, In English

Considering the fact that acm icpc regionals are on the GO! One of the only advantages in acm apart from the fact that one participates in teams of three is that you also get to carry a

25 pages booklet

that contains templates for some specific algorithms that individuals usually find difficult to code . I tried to google some and found this

link-

It contains most of the well known complex algorithms that require both time and knowledge to code them accurately without any bugs . So i believe having such a template in hand if someone is lucky enough to get a similar question that requires such complex algorithms to be coded fast then it obviously turns out to be a boon , the simple reason being that you dont have the power to sit and google out things there. :P

I also wonder what the highly rated coders in division 1 who are participating in acm this year and practicing hard for their regionals or finals , whatsoever the case may be :D , keep which algorithms in their booklet prepared because for them its always a matter of how fast and short they can code out bug free (atleast i feel so).

I understand the fact that having a template of an algorithm in hand without understanding how the algorithm actually works is useless but considering the also obvious fact many regionals are yet to take place and with the world finals at stake people might consider learning something complex and therefore even a small knowledge of what the code does can be an added advantage.

Also for people who code in Java, Egor github link has many templates of standard data structures and algorithms that one can use easily . Github Link — Thanks to him.

It would be helpful if others also share their experiences , if the usage of booklet does serve any help and suggest such templates of algos that if kept would turn out to be beneficial for all because if resources are given to someone i think one might always make the best possible use of it.

Thanks to all in advance .

  • Vote: I like it
  • +11
  • Vote: I do not like it

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Sandip_Jana (previous revision, new revision, compare).

»
7 years ago, # |
  Vote: I like it +22 Vote: I do not like it

We're not participating anymore unfortunately, but our TCR is online at https://github.com/niklasb/tcr . It basically contains a subset of my larger code collection at https://github.com/niklasb/contest-algos