The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
All the details are included in the attachment .
.
.
CMSC 201 – Computer Science I for MajorsPage 1CMSC 201 Spring 2016Project 2 – Recursive Word SearchAssignment:Project 2 – Recursive Word SearchDue Date:Wednesday, May 4th, 2016 by 8:59:59 PMValue:80 pointsProject 2 is the second and final project assignment in CMSC 201. As inProject 1, you will get the chance to make your own decisions about how youwant your program to handle things, what its functions should be called, andhow you want to go about designing it.Project 2 will also besubstantially longerthan any of the single homeworkassignments you’ve completed so far, so make sure to take the time to planahead, and don’t do any “cowboy” coding!Remember to enable Python 3 before you run your programs:scl enable python33 bashInstructionsFor this assignment, you'll need to follow the class coding standards, aset of rules designed to make your code clear and readable. The class codingstandards are on Blackboard under “Course Documents” in a file titled“CMSC 201 - Python Coding Standards.”You should be commenting your code, and using constants in yourcode (not magic numbers or strings).You should also have a functionheader comment for every function that is notmain()!Re-read the coding standards!You willlose major pointsif you do not following the 201 coding standards.A very important piece of following the coding standards is writing a completefile header comment block.Make sure that your file has a comment blockat the top (see the coding standards document for an example).NOTE: Your filename for this project must beproj2.pyNOTE:You must usemain()in your file.
Attachments: