We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e7607 commit 47493eaCopy full SHA for 47493ea
other/shuffled_array.py
@@ -1,5 +1,6 @@
1
# To create a shuffled array. Generate a pseudo random number
2
-# Swap that number with str_square_seed other element in the list run this swapping len(Array)
+# Swap that number with str_square_seed other element in the list run this
3
+# swapping len(Array)
4
# times to get desired shuffled array
5
6
# To Understand more of random number generation
0 commit comments