How to make linked list in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to make linked list in python?

How add user information using linked list. Need to input the ID number, Name, and Age.

6th Oct 2021, 2:38 AM
HAPPY
HAPPY - avatar
2 Respostas
+ 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.
6th Oct 2021, 3:29 AM
Simon Sauter
Simon Sauter - avatar
6th Oct 2021, 3:26 AM
Simon Sauter
Simon Sauter - avatar