anonymous
2013-02-05 14:15:33 UTC
A[5] has elements {a,b,c,d,e}
A[2] becomes empty, what is the the best way to move everything to the right so that they fill up the array partially leaving the empty spaces to the far left. I know how to do it with logic and loops, I was wondering if there are any commands that would do it for me?