From 608dbef31402d9a1d1452c1f8d117fc71f7e7572 Mon Sep 17 00:00:00 2001 From: manuprakash Date: Sat, 25 Jan 2025 01:25:55 +0530 Subject: [PATCH] Remove redundant comments in shuffled_array.py for clarity --- other/shuffled_array.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/other/shuffled_array.py b/other/shuffled_array.py index c8192a6f0b0a..0a2bb66a3451 100644 --- a/other/shuffled_array.py +++ b/other/shuffled_array.py @@ -1,7 +1,6 @@ # To create a shuffled array. Generate a pseudo random number # Swap that number with str_square_seed other element in the list run this -# swapping len(Array) -# times to get desired shuffled array +# swapping len(Array) times to get desired shuffled array # To Understand more of random number generation # follow https://en.wikipedia.org/wiki/Lagged_Fibonacci_generator