123gjweq2's blog

By 123gjweq2, history, 2 hours ago, In English

What is your least favorite type of problem / least favorite topic? I personally do not like graph problems.

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

»
2 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Constructive. If every problem was constructive, i'd probably be a pupil

  • »
    »
    2 hours ago, # ^ |
      Vote: I like it +4 Vote: I do not like it

    Same. I would say constructive too, but it becomes my favorite problem type after I manage to solve one by myself.

»
2 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

Bits

»
2 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

1995C - Squaring

1995B2 - Bouquet (Hard Version)

these are worst type of problem that I could imagine.

»
2 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Graph, data structures and implementation

  • »
    »
    2 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I feel like implementation-heavy ones are fine unless you gotta implement them in a language other than python.

    • »
      »
      »
      119 minutes ago, # ^ |
        Vote: I like it +4 Vote: I do not like it

      I dislike them for lacking some brilliant ideas(for the most part) and just being about writing a bunch of code

»
2 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

I don't like constructive ones

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

hard problems, but seriously, heavy implementation

»
104 minutes ago, # |
  Vote: I like it +3 Vote: I do not like it

I don't usually hate problems, I hate badly-written tutorials.

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

I hate bitmask problems.

»
99 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

implementation

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

Problems with no thinking or brute forcing and noticing a pattern which 99% of participants can't prove.