Problem Set 4
What to Do
If feeling less comfortable, odds are you’ll prefer to implement a hash table.
Submit, using CS50 IDE, one of:
- this version of Speller, if you’d prefer to implement a hash table
- this version of Speller, if you’d prefer to implement a trie
Advice
- Be sure you’ve watched Week 4’s lecture.
- You can compile any of the programs from that lecture in Week 4’s sandbox.
- Be sure to use
help50
,debug50
, andvalgrind
.