Aryan's blog

By Aryan, history, 7 years ago, In English

There are lots of problems on CF and it's really hard for me to find problems that are interesting and I can solve them with my programming knowledge! Can you please share the problems that you have seen and they don't really want a high programming knowledge and they are more theoretical? (harder problems are more interesting!)

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

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If I understand correctly your question, you want to solve harder problems that require more theoretical knowledge. Well, I'm not very experienced, but number theory problems are difficult, geometry ones require a big MATH background to solve them (like this one: http://codeforces.com/problemset/problem/696/F) and, if you want problems that require more COMPUTER SCIENCE knowledge, search fancy data structures problems.

»
7 years ago, # |
  Vote: I like it +3 Vote: I do not like it

There are some of these problems in problemset by Constructive algorithms tag.

Here are some problems I have : 652F - Ants on a Circle 618F - Double Knapsack 341E - Candies Game

»
7 years ago, # |
  Vote: I like it +11 Vote: I do not like it

a complete theory problem:

643F - Bears and Juice

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Is There anymore suggest ?