This program is written in C and implements a debt settlement system using heaps. It allows users to manage debts among a group of people and settle them efficiently.
- Add debts between individuals
- Use a max-heap to efficiently find the largest debts
- Use a min-heap to efficiently find the largest creditors
- Match debts and creditors to minimize the number of transactions needed to settle all debts