Блог пользователя Morphy

Автор Morphy, история, 9 лет назад, По-английски

2017 was a prime year with great contests and some notorious coincidences.

From the problems that I proposed, my favourite was BCYCLES, it is about covering twice every edge of a bicubic graph using cycles. The idea was colouring the edges with 3 colours and then make the cycles using alternating colours.

From problems that I saw in CodeForces my favourite was Symmetric Projections, IMHO it is not a hard problem, but I liked the property that every axis with momentum 0 passes through the center of mass.

  • Проголосовать: нравится
  • +86
  • Проголосовать: не нравится

»
9 лет назад, скрыть # |
 
Проголосовать: нравится +43 Проголосовать: не нравится
»
9 лет назад, скрыть # |
 
Проголосовать: нравится +26 Проголосовать: не нравится
»
9 лет назад, скрыть # |
 
Проголосовать: нравится -13 Проголосовать: не нравится

A + B

»
9 лет назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

my fav prob is "How to became a legendary grandmaster on cf" :'( at last I did this :p

»
9 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

There is a problem that I really liked this year, but it isn't a competitive programming problem. It's a math problem, the Problem 3 from IMO2017. It's called the hardest problem in the history of IMO. I like it because IMO2017 was held in Brazil, and being there (as a guide, not a contestant XD) was an AMAZING experience, Problem 3 is unforgettable like IMO2017 is for me. That's why It's my favorite.

Back to competitive programming, There are two problems I remember right now that I really appreciated:

F from NWERC14 (Finding Lines) was the first one that I got the random approach at the moment. Finding that a random approach works is always a tough task to me, and finding it for the first time was very fun. XD

G from NWERC15 (Guessing Camels) has a really nice insight in the solution. When I solved it I was in a training with a friend of mine, and we didn't guess the solution by ourselves, but we got two ideas that merged could solve it.

If you don't mind to see the solution, open it XD