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
-
3797 Solvers
-
Find relatively common elements in matrix rows
2151 Solvers
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
85 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
685 Solvers
More from this Author305
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!