manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Adding math algorithms #40

Open Mark1626 opened 5 years ago

Mark1626 commented 5 years ago

Adding math algorithms

Description of new changes

Adding find divisors , is prime, fisher yates algorithm. Have added test cases for the same

Related Issues and Discussions

10

People to notify

@manrajgrover

Mark1626 commented 5 years ago

@manrajgrover thanks for the heads up, have made the changes