Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 284 Bytes

Implementation of Extended Euclidean algorithm

The repo consists of implementations in various languages for finding Bézout coefficients, using extended euclidean algorithm. The implementation is available in following languagues:

  • C
  • Lisp
  • Java
  • C#
  • Python
  • Julia
  • Rust