Re: Need help eliminating multiples letters
When faced with problems like this the best approach is to write out the sequence of steps you would have to do if you had to do this.
Imagine you were given a board with an empty 5 x 5 grid on it and a load of scrabble letters lined up in 2 rows as per your example. Now imagine a friend in some far away place has exactly the same grid and letters. Your task is to telephone your friend and talk him/her through the job of moving each of the letters from the keyword and placing them into the grid. Then do the same for each of the letters in the alphabet. You now have the logic required for your program.
Re: Need help eliminating multiples letters
Re: Need help eliminating multiples letters
Quote:
Originally Posted by
blinksumgreen
I'm in the final stages of this project and I have one more question.
Then you should start a new thread.
And remember that a proper problem formulation is the first step to a solution.