jagsxi's blog

By jagsxi, history, 8 years ago, In English

Hello Everyone,

I would like you all to participate in Knuth Cup 2k16, an ACM ICPC styled algorithmic programming contest organized by Programming hub of JIIT,Noida.

There will be some interesting questions of varying difficulties and you can take part in a team of maximum 3 members.

The contest begins at this time, at this link.

There are prizes worth more than INR 10,000. But to be eligible for prizes, you have to register here. (Prizes are only for Indian citizens, but you can enjoy a really good contest. )

For more details visit this and also join the group here.

We hope you all participate and have fun in the contest.

Thanks :)

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

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

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

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

Contest is today! Due to a clash with IPC round , contest timing has been changed to this.

I hope you find the problems enjoyable. :)

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

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

»
8 years ago, # |
  Vote: I like it +5 Vote: I do not like it

It is clashing with CF round. Can't you do something about it ?

»
8 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

I wish "Given series — 1, 3, 6, 10, 15, 21, 28, 36, 45 .... as follows" this was written in bold or so :\

n = n*(n+1)/2;

This single line costed me a correct submission in Chapter 5.