Problem 42920. Find the inverse permutation

Given a permutation vector perm (a vector of n elements containing all the elements from 1 to n in some order), return the permutation vector invPerm such that perm(invPerm) is the a list of elements from 1 to n.

Solution Stats

61.87% Correct | 38.13% Incorrect
Last Solution submitted on Jun 03, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers62

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!