All pairs have the same difference except for one. Output the index of the latter

Example:

 input =[0 1;
         1 0;
         2 3;
         4 5;]
output = 2;

Solution Stats

84 Solutions

45 Solvers

Last Solution submitted on Jul 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...