Problem Set 5: Mispellings
tl;dr
-
Watch Week 4’s lecture.
-
Answer some questions about a spell checker.
-
Implement a spell checker.
-
Submit your code.
Getting Started
Log into cs50.io and execute the below in a terminal window.
update50
mkdir ~/workspace/pset5/
cd ~/workspace/pset5/
Academic Honesty
Do keep in mind the course’s policy on academic honesty, particularly its "regret clause."
How to Submit
-
Update your IDE:
update50
-
Submit
speller
:cd ~/workspace/pset5/speller/ submit50 cs50/2018/x/speller