C/C++ Good Online Programming Contest(C/C++)

  • Thread starter Thread starter poolwin2001
  • Start date Start date
  • Tags Tags
    Programming
AI Thread Summary
IARCS has launched a new online programming competition aimed at school students to help them prepare for the Informatics Olympiad. This competition occurs monthly, providing regular practice opportunities for participants. The discussion highlights the importance of such competitions in developing programming skills, particularly for those aspiring to compete in international events like the Informatics Olympiad, which is held annually. The recent Olympiad took place in Athens, featuring challenging problems that participants found engaging, although some noted difficulties in creating effective algorithms.
poolwin2001
Messages
179
Reaction score
0
IARCS announces a new online programming competition for school students. The aim of the competition is to provide practice for students aspiring to excel in the Informatics Olympiad.

http://www.iarcs.org.in/inoi/programming-contest.php

Check this out ,its cool.
But it is conducted only once in a month :cry:
 
Technology news on Phys.org
Cool! I'll try the board game problem if I have time. It's quite often once a month, anyway. International olympiads in informatics are conducted once a year. This year it was in Athens. CHeck http://www.ioi2004.orgInternational Olympiad of Informatics, in Athens, by the way. It has nice problems, though I didn't find algorithms for any of them. I'm good at programming, but not as good in producing smart algorithms.
 
Last edited:
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top