Panda Guru LogoPanda
Guru

INTUIT | OA | SDE2

Round 1

Questions: image

image

Problem Description: Given two arrays: array a (length n) and array b (length n+1)
Three allowed operations:

Goal: Find the minimum number of operations needed to transform array a into array b

P.S output of the second test case is 8

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.