Added a minor note.

This commit is contained in:
John Washam 2016-10-10 16:22:19 -07:00
parent abe7a9df99
commit 15db7eada6

View File

@ -319,7 +319,7 @@ You can see my code here:
You don't need to memorize the guts of every algorithm.
Write code on a whiteboard, not a computer. Test with some sample inputs. Then test it out on a computer.
Write code on a whiteboard or paper, not a computer. Test with some sample inputs. Then test it out on a computer.
## Prerequisite Knowledge