From dbb0ae9c0f9164ceb806b02ba7fc1b7be6d793e6 Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Sat, 20 Feb 2021 21:17:38 +0200 Subject: [PATCH] Update shuffle.md --- snippets/shuffle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.