Skip to content
Snippets Groups Projects
Commit 11adbbae authored by Adam Blank's avatar Adam Blank
Browse files

Fixes typos in README.md

parent 96698f66
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,9 @@ generalized framework. The framework uses `WorkList`s instead of recursion.
problem, read a solution to it that does not use the backtracking framework,
and write a solution to it that does use the framework.
**(6) Subset Sum.**<br> You will familiarize yourself with the "edit distance" problem and write a solution to it that uses the framework.
**(6) Edit Distance.**<br> You will familiarize yourself with the "edit distance" problem and write a solution to it that uses the framework.
Part 4: Write-Up
### Part 4: Write-Up ###
**(7) Write-Up.**<br> Fill out answers to the questions in `writeup/WriteUp.md`.
A large portion of your grade is filling out answers to the questions in this
write-up. Make sure to fill it out!
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment