I have understood everything about “ quick sort “ except the recursion how does it work in the code , your video helped me to understand that point , thanks man
I have a question about the infinite loop. Earlier on you have demonstrated using print statements that call stacks are FILO(first in last out) However we can see while attempting the infinite loop it became FIFO.. why is that so?
Because my print statement was in the beginning of the function, so the function is “out” yet. It just started. So when it “started” it was the “IN” part of FILO not out
// this is the same code but in javaScript funcR(9) function funcR(a) { console.log("start: " + String(a)) let res = 0 if (a == 0) { res = 0 }else { res = funcR(a - 1) + 1 console.log("end: " + String(a)) return res } }
Brother, i want to take your joma classes but I'm confused with the following one question- 1.do i need to pay $8 even after I complete the process of learning from u?
The execution of your teaching is perfect for beginners. 💯
The brogrammer is back.
Welcome back jomaa! helps me a lot
Love this Dude!!
I have understood everything about “ quick sort “ except the recursion how does it work in the code , your video helped me to understand that point , thanks man
Joma when are you uploading a new blog? Please answer 🙏...
I have a question about the infinite loop.
Earlier on you have demonstrated using print statements that call stacks are FILO(first in last out)
However we can see while attempting the infinite loop it became FIFO.. why is that so?
Because my print statement was in the beginning of the function, so the function is “out” yet. It just started. So when it “started” it was the “IN” part of FILO not out
@@JomaClass sorry senpai, how stupid of me *slaps head*
Nice explanation Joma. Good job!!
WELCOME BACK DUDE
What software is this to draw? Thanks
// this is the same code but in javaScript
funcR(9)
function funcR(a) {
console.log("start: " + String(a))
let res = 0
if (a == 0) {
res = 0
}else {
res = funcR(a - 1) + 1
console.log("end: " + String(a))
return res
}
}
Great video, very interesting topics
Brother, i want to take your joma classes but I'm confused with the following one question-
1.do i need to pay $8 even after I complete the process of learning from u?
Thank you it was very good
What program did you use to draw out the solution.
Photoshop
Whats LOG::INFO() IN c++
bruh wtf i literally just searched it up 2 hours ago
I’m psychic
Thank you very good
thanks
First example is just function calling it is not recursion. Still a good explanation though.
Why you use python??
when joma uploads a video with 0 sarcasm in it.....wtf did just happen...
Hi Joma...
Hope you see this.
And give your Email.
이거 한국어 자막 달아주는 사람 없겠지