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

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

as i have seen when ever the matrix or pattern problems comes i am able to understand it but i am not able to apply or think of any logic can anyone suggest me what should i do.... or if i can learn things please do recommand me.....

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

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

I think trying to figure out why the test case is working is a good way to recognize the pattern.

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

Matrix type problems are generally graph problems in disguise . I would recommend working on graphs especially dfs,bfs algos.