There is an array of odd and even numbers. Now, sort them in such a
way that the top portion of the array contains odd numbers, bottom
portion contains even numbers. The odd numbers are to be sorted in
descending order and the even numbers in ascending order. You are not
allowed to use any extra array and it has to use a conventional
sorting mechanism and should not do any pre or post processing

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to