[LeetCode] Optimal Account Balancing

1 · · Feb. 11, 2022, 6:13 p.m.
465. Optimal Account Balancing 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. Return the minimum number of transactions required to settle the debt. ...