diff --git a/snippets/shuffle.md b/snippets/shuffle.md index 90ecb5637..229b2b6b0 100644 --- a/snippets/shuffle.md +++ b/snippets/shuffle.md @@ -1,6 +1,6 @@ --- title: shuffle -tags: array,random,intermediate +tags: array,random,algorithm,intermediate --- Randomizes the order of the values of an array, returning a new array.