in reply to Re: Remove array elements dynamically!
in thread Remove array elements dynamically!

While many answers have been given above, every one of them is a quadratic-time solution

Great solution, but throop's hash solution is linear like yours.

  • Comment on Re^2: Remove array elements dynamically!