Problem 61034. The MATLAB Treasure Hunt – Identify the Hidden Pattern Within the Maze of Numbers

The compass leads you to an underground chamber covered in numbers carved into the walls — a maze of digits that glows in mysterious patterns.
The inscription reads: “Only the even paths shall open.”
Given a vector a of numbers, extract and return a new vector b containing only the even numbers, preserving their original order.
These even numbers form the correct path through the Maze of Numbers.

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Oct 23, 2025

Solution Comments

Show comments