Purpose I recently came across an interview question that stumped me for a while Given a list of integers, write a function that returns the largest sum of non-adjacent numbers. I am looking for feedback around both my implementation and the correctness of my proposed solution (I have some test cases, but I could haveRead more