Блог пользователя Hamada14

Автор Hamada14, история, 8 лет назад, По-английски

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

  • Проголосовать: нравится
  • +2
  • Проголосовать: не нравится

»
8 лет назад, # |
Rev. 3   Проголосовать: нравится -11 Проголосовать: не нравится

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 лет назад, # |
  Проголосовать: нравится +22 Проголосовать: не нравится

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

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

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

    • »
      »
      »
      8 лет назад, # ^ |
      Rev. 3   Проголосовать: нравится +10 Проголосовать: не нравится

      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 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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

»
8 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

To get what you want just search for coach Zaghloul

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.