Problem Set 5: Mispellings

tl;dr

  1. Watch Week 5’s lecture.

  2. Answer some questions about a spell checker.

  3. Implement a spell checker.

  4. Submit a form.

Help

For help with Week 5 and Problem Set 5:

  • Watch Zamyla’s walkthroughs herein.

  • Take advantage of help50, eprintf, and debug50.

  • Start a discussion with classmates.

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/ $

Problems

How to Submit

Be sure you’ve signed up for a GitHub account, per Problem Set 0, and that you’ve logged into and authorized CS50.me at least once, per Problem Set 1!

Step 1 of 2

  • Update your IDE:

    update50
  • Submit speller:

    cd ~/workspace/pset5/speller/
    submit50 cs50/2017/x/speller

Step 2 of 2

Submit this form!

This was Problem Set 5.