algorithmica icon indicating copy to clipboard operation
algorithmica copied to clipboard

A computer science textbook

Results 135 algorithmica issues
Sort by recently updated
recently updated
newest added

This pull request has been automatically generated by prose.io.

This pull request has been automatically generated by prose.io.

This pull request has been automatically generated by prose.io.

## Overview Closes #256 This pull request adds `n` to the `gcd` function args in Pollard-Rho section.

## Overview The Pollard-Rho algorithm in the [Integer Factorization section](https://en.algorithmica.org/hpc/algorithms/factorization/#pollards-rho-algorithm) is written as such ``` u64 f(u64 x, u64 mod) { return ((u128) x * x + 1) % mod;...

I tried to find the license and I found two files ([1](https://github.com/algorithmica-org/algorithmica/blob/master/themes/algorithmica/i18n/en.toml) and [2](https://github.com/algorithmica-org/algorithmica/blob/master/themes/algorithmica/i18n/ru.toml)) that looks like that say what is the license does it have. They are hidden and...

This pull request has been automatically generated by prose.io.