An open API service indexing awesome lists of open source software.

https://github.com/nomemory/blog-stein-algorithm-c

An "academic" implementation in C for the stein algorithm
https://github.com/nomemory/blog-stein-algorithm-c

Last synced: 15 days ago
JSON representation

An "academic" implementation in C for the stein algorithm

Awesome Lists containing this project

README

          

"Academic" implementation of the [Stein's Algorithm (Binary GCD)](https://en.wikipedia.org/wiki/Binary_GCD_algorithm?oldformat=true) in `C`

# Usage:

```shell
gcc b_gcd_iterative.c
./a.out
```

or

```shell
gcc b_gcd_recursive.c
./a.out
```