viggibear's blog

By viggibear, history, 3 years ago, In English

From what I know, the problem can be solved by greedy since ceil(n) = 100000 so even O(n^2) might fail but my greedy solution has been failing due to various different reasons. Any insights appreciated!

Problem: https://open.kattis.com/problems/cardtrading

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

| Write comment?