Problem 42769. GJam March 2016 IOW: Cody's Jams
This Challenge is derived from GJam March 2016 Annual I/O for Women Cody's Jam. This is a mix of the small and large data sets.
The GJam story goes that a store is having a 25% off sale and ordered original and sale price labels. Unfortunately the labels came commingled in increasing numeric value. Find the sale prices.
Input: m , Vector length N<=100 with values <=10^9.
Output: v , Vector containing the Sale price tags
Examples: [m] [v]
[15 20 60 75 80 100] creates v=[15 60 75] [9 9 12 12 12 15 16 20] creates v=[9 9 12 15]
Google Code Jam 2016 Open Qualifier: April 8, 2016
Complete Code Jam Input/Output included in Test Suite. The women's competition had 500 entrants. The qualifier winner was USA Stacy992 using Java. The top 60 show strength in USA, Russia, China, and South Korea under Contest Dashboard.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
Maximum running product for a string of numbers
2160 Solvers
-
Back to basics 22 - Rotate a matrix
903 Solvers
-
Rotate and display numbered tile
344 Solvers
-
Getting the absolute index from a matrix
246 Solvers
-
359 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!