Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dlesnoff
Copy link
Collaborator

@dlesnoff dlesnoff commented Oct 8, 2024

  • Specify template's return type for correct variable declaration
    I specified the return type of a template in strings/check_anagram.nim
    There was an error about non-discarded char elements, as somehow these values were not considered part of the declaration.
    I am not super fan of this fix, as one branch of the case switch just errors out and do not return a value. I am all ears for a better fix.

  • [modular_inverse] Reduce the number of tests to make CI readable again
    The CI was not very readable due to a too great number of tests in the maths/modular_inverse.nim file. I reduced the number of tests from 1000 to 10.

@dlesnoff dlesnoff requested a review from vil02 October 10, 2024 10:20
@vil02 vil02 merged commit af31828 into TheAlgorithms:main Oct 10, 2024
4 checks passed
@dlesnoff
Copy link
Collaborator Author

Thanks!

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.

2 participants