Hamada14's blog

By Hamada14, history, 8 years ago, In English

I was interested in practising more on problems Div2 C and Div2 D, But such problems where they don't depend on any specific algorithms: dp, binary search, graph, tree,....etc rather on problem solving skills where the difficulty is in the apprehending the solution itself. also problems which depend on creating certain permutations or matrices that specifies certain conditions.

any resources related will be welcomed too. If you can recommend any please, Thanks a lot :D

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

| Write comment?
»
8 years ago, # |
Rev. 3   Vote: I like it -11 Vote: I do not like it

Most of the easy problems from tags like "constructive algorithms", "implementation", "brute force" etc. could be what you're looking for. Are you sure you checked this?

  • »
    »
    8 years ago, # ^ |
      Vote: I like it -9 Vote: I do not like it

    I don't want easy problems :D

    I want some difficult ones.

»
8 years ago, # |
  Vote: I like it +22 Vote: I do not like it

IOI 2011 parrots , IOI 2016 practice task DNA , IOI 2013 cave , IOI 2012 last supper

  • »
    »
    8 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    I can't find the IOI 2016 practice tasks anywhere, can you share it?

    • »
      »
      »
      8 years ago, # ^ |
      Rev. 3   Vote: I like it +10 Vote: I do not like it

      There is a binary string s of ones and zeroes of length 1000 , you should find the string by asking at most 1024 questions.
      In each question, you can ask if a certain string occurs as a substring of s or not.

      • »
        »
        »
        »
        8 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Would you provide a link to the problem ?

        Thanks in advance.

»
8 years ago, # |
  Vote: I like it +1 Vote: I do not like it

There are some contests on the gym that contains what you need ,,, This one http://codeforces.com/gym/100989 may conatin what u need .

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

To get what you want just search for coach Zaghloul

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

If I recall correctly IOI'13 Art Classroom does not require a "specific algorithm". It's kind of in the vein of classification problems like machine learning.