Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 737 Bytes

exercises.md

File metadata and controls

21 lines (14 loc) · 737 Bytes

List of programming exercises

  1. Fibonacci
  2. Invictus text processing

More exercises

Create your own exercises

One interesting strategy is to:

  1. Buy/find a programming book you're interested in.
  2. As your read, create an exercise for that chapter.
  3. Code the exercise that you created before moving on.
  4. Rinse and repeat until you've finished the book.

By creating the exercise and solving it, you'll learn better than if you just read the chapter. Remember that many programmers are lazy and are unwilling to put this kind of effort. You'll be light years ahead of your peers as you apply yourself.