Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
aaw committed Jan 2, 2025
1 parent ab87b72 commit dcf734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Examples
* [prime](prime): Tests integers for primality.
* [product-sum sudoku](product-sum-sudoku): A variant of sudoku with sum and product constraints from the Royal Statistical Society Christmas Quiz 2023.
* [scheduling](scheduling): A simple work scheduling example from the [main README](../README.md#example).
* [somewhat-square-sudoku]: Solves the Jane Street [Somewhat Square Sudoku](https://www.janestreet.com/puzzles/somewhat-square-sudoku-index) puzzle.
* [somewhat-square-sudoku](somewhat-square-sudoku): Solves the Jane Street [Somewhat Square Sudoku](https://www.janestreet.com/puzzles/somewhat-square-sudoku-index) puzzle.
* [strongly-regular-graph](strongly-regular-graph): A [strongly regular graph](https://en.wikipedia.org/wiki/Strongly_regular_graph) generator.
* [sudoku](sudoku): A Sudoku solver.
* [tournament-scheduling](tournament-scheduling): Schedules a particular tournament over several rounds.
Expand Down

0 comments on commit dcf734a

Please sign in to comment.