algorithms-js icon indicating copy to clipboard operation
algorithms-js copied to clipboard

added get Divisors and Fisher Yates Algorithm

Open eiden0 opened this issue 4 years ago • 0 comments

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

  • [x] Your branch is up-to-date with the base branch
  • [x] You've included at least one test if this is a new feature
  • [x] All tests are passing

Related Issues and Discussions

Issue #10 - Find Divisors and Fisher-Yates Algorithm

People to notify

@manrajgrover

eiden0 avatar Aug 31 '21 20:08 eiden0