e3e's blog

By e3e, history, 2 hours ago, In English

I see some very good coders such as snuke, Petr do this. struct Solver and writing their actual solution in the Solver's method void solve(). Is there any practical benefit of doing this?

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

»
15 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

They probably get used to code in Java, hence they use OOP/struct in C++.