Tip 1 : Online DSA course is more than enough.
Tip 2 : Complete all the assignments and practice questions of the DSA course.
Tip 1 : Mention only the projects you are very comfortable with.
Tip 2 : The interviewer will be grilling you based on what you have mentioned in your resume. So, be prepared for that.









1. Coordinates of the cells are given in 0-based indexing.
2. You can move in 4 directions (Up, Down, Left, Right) from a cell.
3. The length of the path is the number of 1s lying in the path.
4. The source cell is always filled with 1.
1 0 1
1 1 1
1 1 1
For the given binary matrix and source cell(0,0) and destination cell(0,2). Few valid paths consisting of only 1s are
X 0 X X 0 X
X X X X 1 X
1 1 1 X X X
The length of the shortest path is 5.
Why do you want to join Samsung?
Why should we hire you?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?