nigus's blog

By nigus, history, 18 months ago, In English

The Nordic Collegiate Programming Contest (NCPC) 2022 will be held tomorrow. There will be a mirror (one hour delay from the actual contest). You are all welcome to take part.

  • Vote: I like it
  • +24
  • Vote: I do not like it

»
18 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Thanks for the contest! :D

I liked E and G a lot, though i couldnt solve E in contest due to me bricking the implementation of string polyhashing on F before that XD.

On another note, does anyone know how to do B? All I could think of was that for some pair of adjacent ants(have an edge between them), you should never visit a node in that pair, but idk if that's on the right track.