• Stars
    star
    1
  • Language
    JavaScript
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It is a Web App which resolves the conflict which might occur when a group usually credits or debit some amount of money with each other,forming a complex looped cyclic graph.It simplifies the cyclic graph into an acyclic graph by storing each edge into a min heap and maintaining net % credit or debit at each vertex.