New answers tagged interview-questions
4
votes
Shortest Cell Path In a given grid
Style
Let's look at this conditional in shortestCellPathHelper.
...
1
vote
Shortest Cell Path In a given grid
I realize you created this code as quickly as possible for an interview,
and your main focus was functionality. Here are some general coding style
suggestions.
Indentation
In the ...
Top 50 recent answers are included
Related Tags
interview-questions × 965java × 358
algorithm × 169
python × 151
c# × 142
strings × 102
javascript × 96
c++ × 95
programming-challenge × 93
performance × 75
object-oriented × 55
array × 50
complexity × 49
beginner × 46
linked-list × 44
python-3.x × 38
c × 37
unit-testing × 33
tree × 32
recursion × 25
matrix × 21
stack × 19
multithreading × 18
comparative-review × 18
graph × 18