NaZaR.IO's blog

By NaZaR.IO, 10 months ago, translation, In English

CPython Programming Contest

I invite everyone to the contest, which will take place on September 17, 2023 at 14:35UTC

Contest info:

  • Number of problems: 12-14

  • Difficulty of problems: < 2400

  • Duration: 4 hours

  • Contest type: ACM20M

  • Languages: C++, Python, C, Kotlin, Haskell, R, Nodejs, PHP, C#, Java, Rust.

Mini Prizes:

  1. 50$ + 100 kepcoins
  2. 20$ + 50
  3. 10$ + 25

Link to the platform: https://cpython.uz/competitions/contests/

P.S. Registration on the platform only via Gmail/Github. The submit button is in the right bottom corner.

UPD.

  1. physics — 13
  2. drdilyor — 13
  3. MDSPro — 12
  • Vote: I like it
  • +10
  • Vote: I do not like it

»
10 months ago, # |
  Vote: I like it +18 Vote: I do not like it

There is a O(n) solution to the H (N queens) problem 😅

The algorithm is described here: https://dl.acm.org/doi/pdf/10.1145/122319.122322

  • »
    »
    10 months ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    I use sat solver described here at Google Colaboratory, and embed the solutions into my code.