Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Includes two implementations of the Extended Euclidean Algorithm

  • Recursive Pulverizer pulverize(a, b) returns six-tuple of pulverizer result: (a, b, x1, y1, x2, y2)

  • Iterated Pulverizer itrPulverizer(a, b) returns four-tuple of pulverizer result: (a, b, x1, y1)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages