Tip 1 : Consistency with DSA
Tip 2 : Regular problem solving
Tip 3 : Daily challenges
Tip 1 : Well mannered that every detail is specified in a very preferable manner.
Tip 2 : All on one page, such that they follow the format of the resume.
Rounds are technically based on DSA and the projects that I mentioned, and it will be last at least 50 minutes.



1. Each of the digits 1 - 9 must occur exactly once in each row.
2. Each of the digits 1 - 9 must occur exactly once in each column.
3. Each of the digits 1 - 9 must occur exactly once in each of the 9, 3 x 3 sub-matrices of the matrix.
1. There will always be a cell in the matrix which is empty.
2. The given initial matrix will always be consistent according to the rules mentioned in the problem statement.
use a hashmap to solve the problem.

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?