Pergunta de entrevista da empresa Thoughtworks

Round 2 Q: Create an application (console app will also work) similar to Splitwise/ Settle up i.e., you need to input the names of the person following with multiple lines of transactions. The output will be the amount that needs to be paid to the other user after settling the transaction. Sample Input: a,b,c,d a 300 snacks c 100 fuel d 200 tickets Output: b -> a 150 c -> d 50