Problem 1893. GJam 2014 China Rd A: Library Sorting (Small)
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 Solvers26
Suggested Problems
-
Remove all the words that end with "ain"
2298 Solvers
-
Test if a Number is a Palindrome without using any String Operations
231 Solvers
-
The Answer to Life, the Universe, and Everything
529 Solvers
-
14752 Solvers
-
Create a matrix with difference of each row of input matrix
75 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!