This Challenge is derived from GJam 2014 China Sorting.
This Challenge is to take a vector of Odd/Even values; Sort Odd Values Increasing and place into original Odd locations; Sort Even Values Decreasing and place into original Even locations.
Input: V a vector
Output: Vout a sorted vector Odds Increasing/Evens Increasing
Example:
V= [-5 -12 87 2 88 20 11]
Vout=[-5 88 11 20 2 -12 87]
Contest Performance: Best Time to Complete: < 10 minutes
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers27
Suggested Problems
-
Return the largest number that is adjacent to a zero
5524 Solvers
-
3406 Solvers
-
4470 Solvers
-
Getting the indices from a vector
12156 Solvers
-
How long do each of the stages of the rocket take to burn?
479 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!