L.O's blog

By L.O, history, 5 years ago, In English

I have a question about training for you guys. I hope you can help me.
Do you still train with introduction topics problems?
I mean, even after knowing some advence topics like dynamic programming, graphs, segment tree, number theory, geometry, fft. Do you still train doing implementation, two pointers, basic data structures, brute force, and greedy problems, or you only train with advance topics?

Thanks in advance

  • Vote: I like it
  • -19
  • Vote: I do not like it

| Write comment?
»
5 years ago, # |
  Vote: I like it +1 Vote: I do not like it

I don't think so, all advance problems have some background about the basic topics, although I'd put Greedy like an advance topic.