465. Optimal Account Balancing
465. Optimal Account Balancing
Description
You are given an array of transactions transactions
where transactions[i] = [fromi, toi, amounti] indicates that the person with ID = fromi gave amounti $ to the person with ID = toi.