fqe.util.paritysort_list

Move all even numbers to the left and all odd numbers to the right

arr list[int] - a list of integers to be sorted

arr [list] - mutated in place swap_count (int) - number of exchanges needed to complete the sorting