Computer Science Canada Help: Boggle in Java |
Author: | akafurious [ Sat Dec 11, 2010 5:35 pm ] | ||
Post subject: | Help: Boggle in Java | ||
I am making a Boggle game, but need some help. the code i have reads a text file that has 5454 words and then makes a game 4x4 game board by reading the letters of words in the text file. the problem is that i need to use a sorting algorithm the algorithm i picked is selection sorting but i am having a problem implementing it.
|
Author: | [Gandalf] [ Mon Dec 13, 2010 12:52 pm ] |
Post subject: | RE:Help: Boggle in Java |
Well it would help us if you had a specific problem, or at least posted your attempt. I can't find an attempt at selection sort in your code. If you're just looking to learn how to implement selection sort from scratch, you can start at the Wikipedia page: http://en.wikipedia.org/wiki/Selection_sort |