Tip 1 : Make DS and algorithm strong.
Tip 2 : Practice regularly.
Tip 3 : Make small projects.
Tip 1 : Make it short and clear
Tip 2 : Put only those skill which you know




I tried to observer the pattern in which elements can be printed and I got the pattern.



1. The grid has 0-based indexing.
2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
It was a graph problem i solved it using bfs.
Indexing
Design pattern


In a string “abaacbc”, the length of the longest repeating subsequence is 3 considering the subsequence “abc”. The subsequence “abc” which is present at positions [1,2,5] and [4,6,7] are the longest repeating subsequence in the given string.
I tried to solve it with brtute force first ,but it did not work ,then i saw it can be solved using dp ,so i solved it using dp
LLD for parking lot.
Tip 1: Know requirements first.
Tip 2: know your entities and use cases.
Tip 3: know relations between different entities.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: