Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 8 of 8

Thread: Any Program Ideas?

  1. #1
    Member
    Join Date
    Jan 2012
    Posts
    107
    My Mood
    Grumpy
    Thanks
    6
    Thanked 2 Times in 1 Post

    Exclamation Any Program Ideas?

    (Sorry If This Is In The Wrong Place)

    I have been wanting to make a program for a while now, but i haven't been able to because i cant think of anything, any suggestions?


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Any Program Ideas?

    Write an algorithm to 8-queen problem or write an algorithm for tower of hanoi (not recursive)

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Any Program Ideas?

    I started writing a blackjack game for practice, and so that I wouldn't have completely forgotten everything I knew about OOP before my next semester of programming classes.

  4. #4
    Java kindergarten chronoz13's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    659
    Thanks
    177
    Thanked 30 Times in 28 Posts

    Default Re: Any Program Ideas?

    8-queen problem or write an algorithm for tower of hanoi (not recursive)
    oh my God -_-

  5. #5
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Any Program Ideas?

    When I read that line I thought about the 8-queen problem and the tower of Hanoi too. To be honest, it scared me the first day I tried it. It is not easy and well, no one wants something easy! That should be a good test for learning programming. Especially not using recursion!!!

  6. #6
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Any Program Ideas?

    I can see you were surprised by that suggestion from mr.777. Was it because of its complexity or because you would not recommend for someone that still cannot be able to think up simple programs to write?

  7. #7
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Any Program Ideas?

    I posted a few ideas on a duplicate thread: Java programming forums -> Java Theory -> Give me some project ideas

  8. #8
    Java kindergarten chronoz13's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    659
    Thanks
    177
    Thanked 30 Times in 28 Posts

    Default Re: Any Program Ideas?

    yes its about complexity, im just a little surprised. I searched about that on google, and it's a little tricky to formulate it, even on scratch , but the good thing is, its not impossible , its just a little bloody hard

Similar Threads

  1. Running out of ideas...
    By Cat in forum What's Wrong With My Code?
    Replies: 6
    Last Post: March 12th, 2011, 11:21 AM
  2. I need ideas on how to read this
    By thursgun in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: April 21st, 2010, 09:31 PM
  3. hey guys new to recursion any ideas for me?
    By JavaNoob82 in forum Algorithms & Recursion
    Replies: 4
    Last Post: February 25th, 2010, 11:27 AM
  4. Any ideas for begginer?
    By SwEeTAcTioN in forum Java Theory & Questions
    Replies: 11
    Last Post: October 27th, 2009, 03:28 AM
  5. Small Project Ideas
    By Freaky Chris in forum Project Collaboration
    Replies: 20
    Last Post: August 12th, 2009, 12:49 PM