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 commentsProblem Recent Solvers27
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5798 Solvers
-
3484 Solvers
-
Find the peak 3n+1 sequence value
2568 Solvers
-
Sum of first n positive integers
622 Solvers
-
Create a two dimensional zero matrix
525 Solvers
More from this Author309
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!