Skip to content

Improving the efficiency of the 'mod_inv' method within the 'mathsHelper' class. Currently, it uses a brute-force approach to find the modular inverse, which may not be optimal for large values of 'm'. Instead, we can utilize the Extended Euclidean Algorithm to compute the modular inverse more efficiently. #1442

Improving the efficiency of the 'mod_inv' method within the 'mathsHelper' class. Currently, it uses a brute-force approach to find the modular inverse, which may not be optimal for large values of 'm'. Instead, we can utilize the Extended Euclidean Algorithm to compute the modular inverse more efficiently.

Improving the efficiency of the 'mod_inv' method within the 'mathsHelper' class. Currently, it uses a brute-force approach to find the modular inverse, which may not be optimal for large values of 'm'. Instead, we can utilize the Extended Euclidean Algorithm to compute the modular inverse more efficiently. #1442

Triggered via pull request March 26, 2024 06:01
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error
Error
every step must define a `uses` or `run` key