Files
Nim/lib
Koki Fushimi 09283bb939 Faster binary gcd algorithm (#7849)
* Faster binary gcd algorithm.

* Use built in countTrailingZeroBits to calculate gcd.

* Add definitions of gcd for integers and other types.

* Unified signed case and unsinged case in one proc by using when syntax.

* Change to faster one.
2018-05-26 08:31:45 +03:00
..
2017-02-20 17:24:19 +02:00
2018-05-14 13:03:18 +02:00
2018-05-26 08:31:45 +03:00
2018-04-26 23:08:57 +03:00
2013-03-16 23:53:07 +01:00
2018-04-15 13:43:01 +02:00
2014-08-28 09:59:26 +02:00
2018-05-19 18:32:18 +03:00