Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Part 5

Programming exercises

More lists

  1. The longest string
  2. Number of matching elements
  3. Go
  4. Sudoku: check row
  5. Sudoku: check column
  6. Sudoku: check block
  7. Sudoku: check grid

References

  1. Items multiplied by two
  2. Remove the smallest
  3. Sudoku: print out the grid and add a number
  4. Sudoku: add number to a copy of the grid
  5. Tic-Tac-Toe
  6. Transpose a matrix

Dictionary

  1. Times ten
  2. Factorials
  3. Histogram
  4. Phone book, version 1
  5. Phone book, version 2
  6. Invert a dictionary
  7. Numbers spelled out
  8. Movie database
  9. Find movies

Tuple

  1. Create a tuple
  2. The oldest person
  3. Older people
  4. Student database
  5. A square of letters

All subjects are included as comments within the file of each exercise.