Create a program that takes in a wordsearch board, and list of words and finds the
location of all the words hidden.
Input:
Input consists of 50 lines of 50 characters each (all uppercase), this is the game board.
Following it, untill the end of file is the list of words that are hidden in the board.
Output:
Output consists of you printing the board back out to the screen, with all the characters
that were not part of a hidden word removed and replaced with a space.
ex. input:
Quote
word: "the"
board:
TJK
BHQ
ERE
ex. output
T
H
E
please do sole this program
Started by vivek, Mar 14 2010 02:42 PM
2 replies to this topic
#1
Posted 14 March 2010 - 02:42 PM
|
|
|
#2
Posted 14 March 2010 - 07:45 PM
I smell homework...
We generally help with homework, not do it for you. Do you have any code? How about pseudocode?
We generally help with homework, not do it for you. Do you have any code? How about pseudocode?
sudo rm -rf /
#3
Posted 25 March 2010 - 04:55 AM
And again...
While( !User.hasAnswer )
{
User.askQuestion();
if( User.postCode && User.putForthEffort )
{
CodeCallMembers.Help();
User.hasAnswer = true;
}
else
{
CodeCallMembers.Laugh();
}
}
-CDG10620
Software Developer
Software Developer


Sign In
Create Account

Back to top









