Topic: Two Pointer Problem / Level: beginner

Problem: Check if a given array can be split into three parts where each part has an equal sum using two pointers.

Run the code to see the output here...