Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 247 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 247 Bytes

Solving Problems With Automata, Part 2

  • Nurse Scheduling problem: src/automata/nurse_scheduling.clj
  • Crossword Puzzle (simplified): src/automata/crossword_puzzle_5x5.clj
  • Crossword Puzzle (full grid): src/automata/crossword_puzzle.clj