Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Need help understanding linked lists in PYTHON!!!

+3 votes
asked Dec 25, 2023 by Eidnoxon (5,140 points)
It's in the title. I can't understand linked lists in python, and I need a little help. I appreciate every help :)

1 Answer

0 votes
answered Dec 26, 2023 by Peter Minarik (86,240 points)

It's getting late here, so I'll just try to clarify things first before getting too deep in the subject.

Do you understand linked lists in general (e.g. in C/C++)? If yes, what part of the Python implementation is not clear to you? (Code/example?)

Does this help?

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...