Arrays and Prefix Sum Dynamic Programming (DP) Trees and Graphs
Utilisateur anonyme
I attempted only the first question, which was based on arrays. It involved logic around prefix sums and subarray manipulation. I was able to write a partial solution and passed some of the test cases. Though I couldn’t attempt the remaining questions, the challenge helped me understand how to approach array-based problems more efficiently.