Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

In c++, I know it's already exist

#include <list>

But now, I want to know, whether it exists in Python?

1 Answer

0 votes
by (26.4k points)

You can likewise investigate llist python package, which gives some valuable features that deque doesn't. There is doubly linked list, yet in addition single linkedlist data structure in that package. IMHO, perhaps the greatest advantage of this package is the function to store a reference to the llist components. 

Looking for a python tutorial course? Join the python certification course and get certified.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
asked Oct 30, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...