elita15's blog

By elita15, history, 8 years ago, In English

I used 2D BIT (Range Updates, Point queries) to solve this problem . Here is my solution which results in WA. Can someone please tell me why is this solution failing?

Full text and comments »

  • Vote: I like it
  • +1
  • Vote: I do not like it

By elita15, history, 8 years ago, In English

http://www.spoj.com/problems/SELLPHN2/

I used Dinic's algorithm to solve this problem yet I am getting WA. Can someone please take a look at my code and tell me why exactly is it failing?

Link to code: https://ideone.com/T6fsQv

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it