Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
CMSC 201 Spring 2016 Project 2 - Recursive Word Search Assignment: Project 2 - Recursive Word Search Due Date: Wednesday, May 4th, 2016 by 8:59 PM...
i've a computer science project. Please use python 3.3 and make sure you read coding standard that I will upload as well. in the code of the project , do not use
if __name__ == '__main__': , write comments, do not use complicated method
make it simple as you can.
we took while loop , for loop, tuple ,... use the function in order to reduce the code
you can use:
Use : 1- functions2- while loop, for loop , tuple3- if statements 4- use append and remove 5- use random.randint(1,2)6- lists !!!
the instructor recommended us that when coding up Project 2, students break finding the word into two parts: 1) finding the first letter of the word, and 2) searching for the word in the eight different directions, starting at that point. Only the second function needs to be recursive -- the first may be accomplished using for loops instead.
If you are( dbrs3 ) or if you have taken this question before dont take my question.
I want the code to be specifically for me only !!!!!!!!!