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

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

https://www.hackerearth.com/challenge/hiring/monocept-hiring-challenge/problems/

help needed to solve this kind of problems,detailed approach to problems of this kind is appreciated.

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

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

i solved the first problem using binary search, it's similar to the problem 676C - Vasya and String, only here we check for all 52 characters.

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

First question can be answered by maximum sliding window pseudo code.

Second one is different ... idea is that first you will select only one number to be in your set then if you can add other numbers then add it ....from here try to think yourself....