NaZaR.IO's blog

By NaZaR.IO, 5 months ago, In English

Code Golf | Contest

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

Code golf is a type of recreational programming competition in which participants try to write the shortest source code that implements some algorithm.

There are two languages available in this contest: C++ and Python. Each problem has a points. You will get 100% points for the problem if you solve the problem using no more than x characters (including spaces), where x is given separately for each language.

Contest rules:

  • You must implement the shortest solution for the problems.

  • The shorter the length of the solutions, the more points you get for the problem

  • Number of problems: 8

  • Duration: 3 hours

  • Languages: C++, Python.

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

P.S. Registration on the platform only via Gmail/Github.

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

»
5 months ago, # |
  Vote: I like it +22 Vote: I do not like it

Code golf contests are fun, but late announcements are not...

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Thanks for the contest! Do you provide editorials/solutions? I may learn some more golfing tricks