manrajgrover / algorithms-js

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

Fisher yates #66

Open VictorKubrak opened 5 years ago

VictorKubrak commented 5 years ago

Description of new feature, or changes

Added Fisher-Yates shuffle Receives array Shuffles elements in received array

Checklist

People to notify

@manrajgrover