Topic: Array Problem / Level: intermediate

Problem: Given an array, rearrange it in such a way that all even numbers come before odd numbers while maintaining relative order.

Run the code to see the output here...