(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?
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.
(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?
Write an algorithm to 8-queen problem or write an algorithm for tower of hanoi (not recursive)
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.
oh my God -_-8-queen problem or write an algorithm for tower of hanoi (not recursive)
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!!!
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?
I posted a few ideas on a duplicate thread: Java programming forums -> Java Theory -> Give me some project 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