Problem 162. High school cafeteria

Given an input vector of positive integers, return a row vector with the primes first (in increasing order) and the composites next (also in increasing order).

The number 1 is neither prime nor composite. Put it with the composites for this problem.

Solution Stats

45.74% Correct | 54.26% Incorrect
Last Solution submitted on Mar 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers211

Suggested Problems

More from this Author23

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!