0
How to make linked list in python?
How add user information using linked list. Need to input the ID number, Name, and Age.
3 Answers
+ 2
Is there a particular reason why you want to use linked lists? A dictionary or a pandas dataframe seem more obvious choices to me.