manrajgrover / algorithms-js

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

added get Divisors and Fisher Yates Algorithm #129

Open eiden0 opened 2 years ago

eiden0 commented 2 years ago

Description of new feature, or changes

Added Find Divisors Function to get divisors of a particular number in an array in sorted order Added Fisher-Yates shuffling algorithm to shuffle a particular array in place.

Checklist

Related Issues and Discussions

Issue #10 - Find Divisors and Fisher-Yates Algorithm

People to notify

@manrajgrover