TheAlgorithms / Lua

Algorithms and Data Structures implemented in the Lua programming language
MIT License
292 stars 56 forks source link

Add `solve_simultaneous_congruences.lua` #17

Closed vil02 closed 1 year ago

vil02 commented 1 year ago

This PR adds an implementation of the algorithm solving systems of congruences, based on Chinese remainder theorem.