Hello Timothy ... i have been following your channel and also solved many problems with the help of your videos..could you please do videos related to Object Oriented Design Problems too..most of the videos you can find in youtube are in java ...try to do some videos for classic questions like parking lot , ticket booking system and meeting rooms
@timc34063 жыл бұрын
Thanks for the idea, someday I really want to do stuff like that
@edwardteach23 жыл бұрын
Correct - Time and Space complexity - O(m * n * k)
@jevalaggaantamilalagan61112 жыл бұрын
Hi Timothy, I have a question to solve regarding this maze question. How can reach you out. Do you have an email?
@janmichaelaustria6203 жыл бұрын
ugh, i never would have though about keeping the state as the coords along with the remaining obstalces we could remove
@timc34063 жыл бұрын
Yeah it's an easy but hard to see solution
@ratikdubey43752 жыл бұрын
I trust you cause you know everything!
@user-nq7nt1rq9b3 жыл бұрын
Hi from where can we learn basics of DSA is there any course or can we direct start to solve the problems
@timc34063 жыл бұрын
There's lots of youtube content, you can also check out geekforgeeks or realpython
@code_school69463 жыл бұрын
why are we adding left in visited ???????
@motivewave0013 жыл бұрын
so we dont visit the same block with the same steps left?