Recursive Data Structure in Python - Singly Linked List Introductory Tutorial

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

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

One of the best explanations I've seen on the tube. 👍

tonyregalado
Автор

I want to share my approach for walking through a list or tree. I just write a generic recursive function that implements the recursive loop, lets call it walker. This fuction only arguments are the root element and a function that generates or gets the next head element, lets call this function nextGeneration.
This way u can focus on next generation function and forget the loop proccess as well as reusing code. As u already have said Its better to let recursiveness to the proccess to understand better what u are doing. Returning values can be just outside variables for nextGen function. Thanks for ur great videos.

petazeta
Автор

Please add timestamps in description. I found your other vid on Google because it had timestamps. If you do this for your other vids, Google will put them up for relevant search queries as well. Also this makes it easier for.your viewers to skip around to pertinent information

davidmack
Автор

In what order should I watch your recursion videos? Would love it if you made more intermediate videos like this, and put them in a playlist perhaps.

cbone
Автор

Is there another way for saying that the argument is optional?

donatellodonini
join shbcf.ru