legosandorigami

Results 4 issues of 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 ![1_valid_dag](https://github.com/user-attachments/assets/5c3e3765-7125-4164-b5ab-e524d9a361d1) 2) Valid DAG ![2_valid_dag](https://github.com/user-attachments/assets/7dbc4923-2bc9-4bf9-94dc-405d58808a96) 3) Invalid DAG ![3_invalid_dag](https://github.com/user-attachments/assets/814b9e8e-cfcb-4701-81c3-8308bc3c1a72) 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...