akiels
Results
2
issues of
akiels
Contributes to #9943 This PR improves the `count-islands-in-matrix` implementation by: 1. Adding docstrings and doctests for all methods (`Matrix`, `is_safe`, `diffs`, and `count_islands`) 2. Applying code formatting for consistency and...
Contributes to #9943 This pull request refactors and improves the implementation of the Monte Carlo estimation functions: - Refactors functions to return values instead of printing, improving testability. - Adds...