legosandorigami
legosandorigami
This feature introduces Sudoku-solving capability. A Sudoku puzzle string is represented by cell values in a row-major format, each row separated by a dot, where empty cells are denoted by...
Hi, this pull request solves issue #3. I considered modifying the file watcher to monitor changes in the data file as well, However, I decided against this, as changes to...
@scriptnull This PR addresses issue #15 by implementing and providing the following four test cases: 1) Valid DAG  2) Valid DAG  3) Invalid DAG  4) Invalid DAG...
@blenderskool Hi, This PR aims to solve the issue #19 by adding HTML rendering functionality using the [minijinja](https://github.com/mitsuhiko/minijinja) template engine for rendering the HTML. I chose Minijinja for this task...