Concept Flow - Fancy indexing with integer arrays
Start with base array
Provide integer index array
Use index array to select elements
Create new array with selected elements
Output
Fancy indexing uses an array of integers to pick elements from another array, creating a new array with those elements.