Skip to content

Add Killer Sudoku Helper exercise #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 2, 2025
Merged

Add Killer Sudoku Helper exercise #311

merged 3 commits into from
Jun 2, 2025

Conversation

rabestro
Copy link
Member

@rabestro rabestro commented Jun 2, 2025

Add Killer Sudoku Helper exercise

Introduce the new "Killer Sudoku Helper" exercise, comprising the problem description, example implementation (example.awk), test cases (test-killer-sudoku-helper.bats), and configuration updates. Includes dependencies on BATS support and assert libraries for testing.

Closes #310

Introduce the new "Killer Sudoku Helper" exercise, comprising the problem description, example implementation (`example.awk`), test cases (`test-killer-sudoku-helper.bats`), and configuration updates. Includes dependencies on BATS support and assert libraries for testing.
@rabestro rabestro requested a review from a team June 2, 2025 16:00
@rabestro rabestro self-assigned this Jun 2, 2025
@rabestro rabestro requested review from glennj and IsaacG June 2, 2025 16:01
Jegors Cemisovs added 2 commits June 2, 2025 19:27
….awk

Updated `example.awk` to improve clarity by assigning `cageSum` and `cageSize` to variables, modifying argument passing in `generate_recursive`, and replacing pre-/post-increment operators with consistent alternatives.
@rabestro rabestro merged commit e5f2aea into main Jun 2, 2025
2 checks passed
@rabestro rabestro deleted the killer-sudoku-helper branch June 2, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Killer Sudoku Helper
2 participants