Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 207 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 207 Bytes

in-place-array-shuffle

In-place array shuffle based on Fisher-Yates algorithm.

Sample run

Original: a,b,c,d,e
Shuffled: c,a,e,b,d