General Motors (GM) Interview Question

Coding question to find the longest substring within a string. Though had to code it in a google doc...

Interview Answer

Anonymous

Mar 27, 2019

iterate through string in for loop and an inner for loop and compared all letters

1