Preguntas de entrevista para el puesto de Fullstack Javascript Developer en espana

19 Preguntas de entrevista compartidas por los candidatos | fullstack javascript developer

You are given a Maze in the size of NxM represented by a boolean matrix where 0 is empty, and 1 is blocked (wall). 1. Code a function 'solve1', which returns true if there's a path from points 's' (start) to 'e' (end) which passes only through zeros. It should return 'false' if there is no possible path. Possible movements: up, right, down, left (no diagonals) For example, this maze should return true: s 1 1 1 0 0 0 1 1 1 e 1 1 1 1 1 And this one should return false: s 1 1 1 0 1 0 1 1 1 e 1 1 1 1 1
avatar

Fullstack JavaScript Developer

Entrevista realizada en Wix

4.1
4 feb 2021

You are given a Maze in the size of NxM represented by a boolean matrix where 0 is empty, and 1 is blocked (wall). 1. Code a function 'solve1', which returns true if there's a path from points 's' (start) to 'e' (end) which passes only through zeros. It should return 'false' if there is no possible path. Possible movements: up, right, down, left (no diagonals) For example, this maze should return true: s 1 1 1 0 0 0 1 1 1 e 1 1 1 1 1 And this one should return false: s 1 1 1 0 1 0 1 1 1 e 1 1 1 1 1

Viendo 1 - 10 de preguntas de entrevista

Glassdoor ha recopilado 19 preguntas de entrevista e informes de entrevistas para el puesto de Fullstack javascript developer. Prepárate la entrevista y consigue el empleo perfecto.