Problem Set 5: Mispellings
tl;dr
-
Watch Week 5’s lecture.
-
Answer some questions about a spell checker.
-
Implement a spell checker.
-
Submit a form.
Getting Started
Log into cs50.io and execute
update50
within a terminal window to make sure your workspace is up-to-date.
Next, execute
mkdir ~/workspace/pset5/
at your prompt in order to make a directory called pset5
in your workspace
directory.
Now execute
cd ~/workspace/pset5/
and your prompt should resemble the below.
~/workspace/pset5/ $
Academic Honesty
Do keep in mind the course’s policy on academic honesty, particularly its "regret clause."
How to Submit
Step 1 of 2
-
Update your IDE:
update50
-
Submit
speller
:cd ~/workspace/pset5/speller/ submit50 2017/spring/speller