Problem 61023. The Case of the Missing Prototype – Match the Footprints Found in the Lab to the Suspects’ Shoe Sizes
The dust on the Innovation Lab floor reveals several footprints.You’ve measured their shoe sizes and noted them in a vector sizes.Meanwhile, the suspects’ shoe sizes are recorded in another vector suspects.Every matching footprint could narrow your list of suspects!
Your job is to determine whether any suspect’s shoe size exactly matches any of the footprints found at the scene.
Return true if at least one match is found, otherwise return false.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers7
Suggested Problems
More from this Author22
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!