Project Euler #219: Skew-cost coding

  • + 2 comments

    I am able to pass 21/31 testcases, using priority_queue. Rest are getting timeout. Any other option to make it more optimize?