Thread: Please Give Me what i want..

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    225

    Please Give Me what i want..

    Hello,
    i must well have been one of those rare member of the board who is asking for questions. Please please please give me few questions so that i can solve at home like any series like

    1
    12
    12321
    1234321 with only a single loop(not nested loop nothing..just a simple loop) or any such program

    I am one of those rare member who is not asking for solution but asking for few problem statements so that i can kill time at home. Please everybody take an active step and give me as many programming problems as you want but dont give whole complete projects to build i am just in college not a professional programmer. Give me any problem related to link list ,recursion or anything
    waiting for the member's reply.Anybody who has some interesting or tricky programming challenge are welcomed..

  2. #2
    Weak. dra's Avatar
    Join Date
    Apr 2005
    Posts
    166
    check out Project Euler

    http://projecteuler.net/

  3. #3
    Registered User
    Join Date
    Jan 2008
    Posts
    225
    Hey friend dra!! i m so pleased with you thanks buddy many many thanks! you solved my problem now i can keep myself engaged with these problems.
    Again thanks!!

  4. #4
    Registered User
    Join Date
    Mar 2008
    Posts
    36
    Try make a sudoku solver

    Not actually as hard as it sounds. I'm making one at the moment, and I have only just finished a course which involved recurison and data structures.
    Last edited by rocketman50; 03-23-2008 at 08:27 AM.

  5. #5
    Registered User
    Join Date
    Jan 2008
    Posts
    290
    Online Judge

    More problems than you can shake a stick at. Beware, the difficulty of these problems varies. Some of them are so difficult they've never been solved (and barely even attempted), while others are exceptionally easy.

    Contest problems are obviously meant to be used for programming competitions, and the judges typically try to make easy problems sound hard, and the hard problems sound easy, so less experienced programmers try the harder problems first and get tripped up.

    You can view the stats for every problem 2, and submit your solutions in a couple different languages. You'll get instant feedback telling you whether your program worked or not.

  6. #6
    Registered User
    Join Date
    Jan 2008
    Posts
    225
    Thanks arpsmack
    will check it out!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Give me some opinions on setting up a server
    By Shadow in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 04-19-2004, 10:38 AM
  2. Can you give me your tip plz :)
    By dionys in forum C Programming
    Replies: 6
    Last Post: 04-11-2004, 11:14 PM
  3. Can you give me an example of a new line character?
    By Golffor1 in forum C++ Programming
    Replies: 1
    Last Post: 04-10-2003, 11:59 AM
  4. How To Give A Font Colour ?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 09-14-2001, 01:22 PM
  5. Just to give you an idea of what we're going through...
    By rick barclay in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 09-13-2001, 02:09 PM