What is the most efficient way to remove alternate (odd indexed or even indexed) elements in an List<T>
without using a place holder list variable?
Also it would be appreciated if you could mention the cost with each of your answer.
I'm looking for an efficient way to do this
Thanks in advance