Rearrange array into sorted even and odd groups
Rearrange an array of integers such that on one side you have all even numbers and the other side you have all odd numbers.
now among the even numbers, they should be sorted and among the odd numbers they should be sorted.You can use c++ STL.
now among the even numbers, they should be sorted and among the odd numbers they should be sorted.You can use c++ STL.
Comments
Post a Comment