After gathering fingerprints, alibis, sensor data, and digital clues, it’s time to pinpoint the thief.
You have a struct array suspects with fields:
  • .name — the suspect’s name
  • .alibiScore — higher means stronger alibi
  • .evidenceScore — higher means stronger evidence against them
Determine the suspect with the highest difference (evidenceScore - alibiScore).
Return their name — this is your confirmed culprit.
Detective Alex Verma finally solves the case and recovers the stolen prototype!

Solution Stats

83 Solutions

58 Solvers

Last Solution submitted on Sep 01, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...