Changing Array Order

i have an array [0,1,2,3,4,5,6,7,8,9,10]
i want to reorder it so it looks like the following: [0,10,1,9,2,8,3,7,4,6,5]
any help will be apreciated thanks