Suppose I have an array like –
arr = [1,2,3,4,5]
Now I need to shuffle 2,3,4
and 1,5
will be fixed position after shuffle completed.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Suppose I have an array like –
arr = [1,2,3,4,5]
Now I need to shuffle 2,3,4
and 1,5
will be fixed position after shuffle completed.