Problem 1894. GJam 2014 China Rd A: Library Sorting (Large)
This Challenge is derived from GJam 2014 China Sorting. Subset of cases.
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 Solvers19
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2323 Solvers
-
Remove white space from the string
196 Solvers
-
Convert from Base 10 to base 5
263 Solvers
-
Replace multiples of 5 with NaN
449 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
770 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!