Dear
I need to know a "name of suffling (algorithm)"
There are many ways to shuffle.
For example,
Given a string "aaaabbbccc d"
We can shuffle into
(1) "abcabcabca d"
or
(2) "abcabcadab c"
I want to know "how can we name different methods"
If there are some examples, let us know.
I need to know a "name of suffling (algorithm)"
There are many ways to shuffle.
For example,
Given a string "aaaabbbccc d"
We can shuffle into
(1) "abcabcabca d"
or
(2) "abcabcadab c"
I want to know "how can we name different methods"
If there are some examples, let us know.
Comment