Skip to content

Commit

Permalink
Remove redundant comments in shuffled_array.py for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-prakash-choudhary committed Jan 24, 2025
1 parent 47493ea commit 608dbef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions other/shuffled_array.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 608dbef

Please # to comment.