Files
42_old_fillit/README.md
Vincent Manzoni e20403e797 Update README.md
2019-04-13 11:52:41 +02:00

436 B

Fillit

hulamy and vmanzoni

To do

  • Check if we have a file

  • Read file

  • Check if there are errors in file

    • At least 1 tetrimino or less than 26
  • Check if every tetrimino is valid

    • 4 char * 4 lines
    • 4 blocks in 1 tetrimino
    • No solo block
  • Transform file into tetriminos

  • Backtracking for smallest square

  • Transform tetriminos to letters

  • Print result

  • Optimisation