No video

What is Recursion? A Python Example

  Рет қаралды 12,865

JomaClass

JomaClass

Күн бұрын

Пікірлер: 28
@kahanbhalani3607
@kahanbhalani3607 3 жыл бұрын
The execution of your teaching is perfect for beginners. 💯
@GalaxyerLP
@GalaxyerLP 4 жыл бұрын
The brogrammer is back.
@kaizensystemstudio
@kaizensystemstudio 4 жыл бұрын
Welcome back jomaa! helps me a lot
@khaledalamrani5988
@khaledalamrani5988 Жыл бұрын
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
@lukeBalmar
@lukeBalmar 3 жыл бұрын
Love this Dude!!
@panagiotispapaemmanouil7816
@panagiotispapaemmanouil7816 3 жыл бұрын
Nice explanation Joma. Good job!!
@whistletoe
@whistletoe 4 жыл бұрын
WELCOME BACK DUDE
@tiagoalejandroercolealfage5802
@tiagoalejandroercolealfage5802 4 жыл бұрын
Great video, very interesting topics
@sathvikmuppavarapu9747
@sathvikmuppavarapu9747 4 жыл бұрын
bruh wtf i literally just searched it up 2 hours ago
@JomaClass
@JomaClass 4 жыл бұрын
I’m psychic
@mehransiami7719
@mehransiami7719 2 жыл бұрын
Thank you it was very good
@nabajyotidas3116
@nabajyotidas3116 Жыл бұрын
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?
@Quidoute
@Quidoute 3 жыл бұрын
// 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 } }
@wgllgw
@wgllgw 4 жыл бұрын
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?
@JomaClass
@JomaClass 4 жыл бұрын
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
@wgllgw
@wgllgw 4 жыл бұрын
@@JomaClass sorry senpai, how stupid of me *slaps head*
@predak284
@predak284 4 жыл бұрын
Joma when are you uploading a new blog? Please answer 🙏...
@jorgejosemusteliersarmient156
@jorgejosemusteliersarmient156 4 жыл бұрын
Thank you very good
@aqibos
@aqibos 3 жыл бұрын
What software is this to draw? Thanks
@quianoherminigildojra.4989
@quianoherminigildojra.4989 3 жыл бұрын
thanks
@chima8240
@chima8240 4 жыл бұрын
What program did you use to draw out the solution.
@JomaClass
@JomaClass 4 жыл бұрын
Photoshop
@ysokolovski7103
@ysokolovski7103 4 жыл бұрын
Why you use python??
@apoorvlele6257
@apoorvlele6257 4 жыл бұрын
when joma uploads a video with 0 sarcasm in it.....wtf did just happen...
@gene0
@gene0 4 жыл бұрын
이거 한국어 자막 달아주는 사람 없겠지
@lakshyaagnihotri4197
@lakshyaagnihotri4197 4 жыл бұрын
Hi Joma... Hope you see this. And give your Email.
What are Variables? A Python Example
14:47
JomaClass
Рет қаралды 18 М.
Functions in Python
20:12
JomaClass
Рет қаралды 16 М.
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 11 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 11 МЛН
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 40 МЛН
Recursion Simply Explained
27:58
NeuralNine
Рет қаралды 8 М.
Programming Loops vs Recursion - Computerphile
12:32
Computerphile
Рет қаралды 1,5 МЛН
Recursion 'Super Power' (in Python) - Computerphile
12:18
Computerphile
Рет қаралды 490 М.
Check for Palindrome | Data Structures & Algorithms
12:52
JomaClass
Рет қаралды 10 М.
Recursion for Python Beginners with Recursive Function Examples
17:54
Introduction to Programming
7:25
JomaClass
Рет қаралды 45 М.
Programming Anime: Floyd's Algorithm Explained
19:44
JomaClass
Рет қаралды 267 М.
Recursive Functions | Advanced Python | Tutorial 17
12:55
PyLenin
Рет қаралды 12 М.
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 11 МЛН