In this tutorial we are going to be going over a data structure called a linked list using Python. We'll learn that a linked list is made up of nodes. These nodes contain 2 things, the data we want to store within the node and the reference to the next node within the list. We'll be going over the following methods for our list. Adding to the front of the list, adding to the back of the list, removing from the front of the list, removing from the back of the list, inserting a node at a certain position as well as removing a node at a certain position.
Nesta página do site você pode assistir ao vídeo on-line Linked List in Python for Beginners duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário NoobCoder 10 Outubro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,960 vezes e gostou 64 espectadores. Boa visualização!