What is Recursion?👩‍💻 (in 30 seconds) #technology #programming #software #career #computerscience

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

infinite loop make your computer work like room heater, good for winters

ajiteshmishra
Автор

Recursion means solving problems by using recursion.

heinzk
Автор

To understand recursion, you first have to understand recursion.

akosdanielbollok
Автор

This is what triggers a stackoverflow exception 👍

skipper
Автор

Remember recursion can't be infinite, because the system has a maximum call stack

knut-olaihelgesen
Автор

Coming in Cinemas 2028...
Avengers: Recursion

king-cog
Автор

Omg i found myself in an infinite loop watching this video 😂😂

dailymeow
Автор

Finally, something that doesn't end with "and that's why..." or "so..." and then it loops.

bookle
Автор

The best example of ♾️ loop was this video 😂 he knew there was no better way to explain this...

Bebetter
Автор

If you dodnt know, the R in Recursion stands for Recursion

lowlevelcodingch
Автор

Just when I finished playing with divide and conquer algorithms :)

timothyakoji
Автор

note that unless you're using tail recursion, it's not going to be infinite, you'll overflow your stack eventually

possiblynova
Автор

I was waiting for him to say what is recursion in a loop

navi.k.
Автор

Recursion is a function, that in order to solve a problem calls itself

tjgdddfcn
Автор

Yeah, save that duck, you will need him to break this loop.

reeti
Автор

Mastering recursion is very important. It's also important to think recursively to solve problems. Don't be ashamed to pull out a sheet of paper and start jotting down the node sequences involved in recursive calculations.

If you study recursion, you will definitely come across some of these topics:


Divide and Conquer
Backtracking
DFS

(You can also use recursive approaches for heaps of other algorithms, like dynammic programming, two pointers, binary search etc.)

alkhiljohn
Автор

This video is recursion👍 When scrolling down/next ✋

NILESHKUMARbioinfo
Автор

I was super confused the day I learned recursion at school and after 2 days of solving like 30 recursion problems myself, I finally got it.

shirakuyanai
Автор

Thanks a ton, I've got a problem now like this and you gave me the name of this thing thanks bro!

itzvoko
Автор

I literally watched it on loop for 2 times lol

shivangrathore