Wednesday, April 06, 2005

Programming Tips

You will need to focus on following programming areas for the competition:

  • Good problem solving skills. An intuition for programming.
  • Good grasp on recursion.
  • Well versed in basic number theory. The things most of the people know at this stage are suffcient
  • Arrays. And their novel uses.
  • String Manipulation.
  • Filing. Ability to read multiple data sets from a text file and to
    separate data items on a single line. This is very necessary as
    problem inputs must be read from files.


    NOTE: The last point is extremely important as all questions would require you to read input from the file. It will become more apparent when we post a sample question.

  • 0 Comments:

    Post a Comment

    << Home