Skip to content
Gianluca Ciccarelli edited this page Oct 17, 2015 · 16 revisions

This page lists the exercises and the knowledge required to solve them, so that we can come up with a good order for the exercises.

  • hello-world: optional arguments
  • grains: integer arithmetic
  • leap: boolean and integer arithmetic
  • difference-of-squares: integer arithmetic and list processing
  • perfect-numbers: integer arithmetic and list processing
  • gigasecond: integer arithmetic, date processing, module import
  • bob: string processing
  • accumulate: list processing
  • hamming: string and list processing
  • anagram: string and list processing
  • rna-transcription: string and list processing
  • word-count: iteration; hash table, list and string processing
  • phone-number: list processing, string and character processing and formatting
  • nucleotide-count: string and list processing, raising exceptions
  • raindrops: string and list processing
  • grep: ?
  • list-ops: list processing

Exercises not yet ready

Clone this wiki locally