You discover an ancient parchment inside the college archives. It contains a jumbled sequence of numbers that seems meaningless — until you notice faint MATLAB-like symbols next to it!
Your first task is to decode the clue by arranging the numbers in ascending order. The smallest number might mark the beginning of the treasure trail.
Given a row vector a, return another vector b containing all elements of a sorted in increasing order.

Solution Stats

188 Solutions

105 Solvers

Last Solution submitted on Feb 26, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...