Forum: Java Feb 4th, 2009 |
| Replies: 16 Views: 574 Check out topcoder (http://www.topcoder.com/). They have competitions (good for the motivation thing) in three different difficulty levels. The competitions are for designing algorithms and it can be... |
Forum: Java Feb 3rd, 2009 |
| Replies: 29 Views: 1,324 You could add another method to check if the number is in the array first. Then only search for it if it is there. Then you don't have to worry about returning "null", or just return 0 since it... |
Forum: Java Feb 3rd, 2009 |
| Replies: 16 Views: 574 What exactly do you mean by "online practice"? But check out this thread: C / C++ FAQ's and Practice problems (http://www.daniweb.com/forums/thread67837.html). Yes, thats the C++ forum, but most of... |