+ 2

Hi Viewers♥️✨. Pls can anyone explain linked list in Python. Sololearn do not give details explanation.

25th Mar 2021, 11:59 PM
Oladimeji Elijah
Oladimeji Elijah - avatar
3 odpowiedzi
+ 5
Did you check the Python Data Structures course lesson 25.1 Or do a search for linked list in the community section for several examples. Also, https://www.sololearn.com/learn/634/?ref=app
26th Mar 2021, 2:39 AM
ChaoticDawg
ChaoticDawg - avatar
+ 2
A linked list is a sequence of data elements, which are connected together via links. Each data element contains a connection to another data element in form of a pointer.
26th Mar 2021, 12:03 AM
Dino Wun (Use the search bar plz!)
Dino Wun (Use the search bar plz!) - avatar
+ 2
Thanks I really appreciate
26th Mar 2021, 6:06 AM
Oladimeji Elijah
Oladimeji Elijah - avatar