manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
199 stars 128 forks source link

Add Euler Modular Inverse #94

Open GnsP opened 5 years ago

GnsP commented 5 years ago

Description of new feature, or changes

Implements function to calculate modular inverse using euler's theorem,as required in issue #10

Checklist

Related Issues and Discussions

issue #10

People to notify

@manrajgrover