Master Data Structures & Algorithms For FREE at AlgoMap.io!
@ajitsdeshpande5 ай бұрын
Hi Greg, thank you for all the efforts in explaining and coding the solutions which have helped me learn. All the Best!👍
@GregHogg5 ай бұрын
Wow! Thank you so much! That's so nice of you :) 🥰
@clara-wj3vl2 ай бұрын
very well explained! (I appreciate particularly the clear illustration 😍
@shreehari25896 ай бұрын
What is the name of the paint tool you are using? I need it to practice
@MemeIntellect15 күн бұрын
he use miro
@ПавелКуликов-ж9н6 ай бұрын
What is the reason to use another for loop on 23 line? You have already have while q: ... I think you do not need this loop and q_size var, is not it? You just popleft element and make 25 line loop without 23 line
@GregHogg6 ай бұрын
Then how would you organize it by rounds?
@ПавелКуликов-ж9н6 ай бұрын
Got you! Thank you for video and answer to my question. I’ve forgotten about minutes we need :))
@GregHogg6 ай бұрын
@@ПавелКуликов-ж9н You're very welcome :)
@GarouNguyen4 ай бұрын
Bro how you calculate minute
@abdulhannan81296 ай бұрын
Hello sir. Sir I am not good at maths so can I learn and practice dsa and actually become good at it??
@GregHogg6 ай бұрын
Yeah you don't really need math
@abdulhannan81296 ай бұрын
@@GregHogg thank you sir I just really want to become like you in dsa
@GarouNguyen4 ай бұрын
Why you set minutes = -1 and what is q_size, just not use len q alone bro, I don't understand 😣😣
@Swifty1412Ай бұрын
Because the size of the queue will constantly be changing, by capturing the size in the variable you can make sure you only process the neighbors