How many types of lists are there?



How many types of lists are there?..

Answer / Vimlesh Kumar Gupta

In Python, there is only one type of list, but it can contain elements of different data types. Other programming languages may have more than one type of list (e.g., ArrayList in Java, array in C++).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are vectors used for in real life?

1 Answers  


Is vector a collection?

1 Answers  


Are hash tables ordered?

1 Answers  


How is it possible to insert different type of elements in stack?

7 Answers   TCS,


Explain the applications of stack?

1 Answers  


What are the tasks performed during preorder traversal?

1 Answers  


Tell me how to find middle element of linked list in one pass?

1 Answers  


What is push and pop in stack?

1 Answers  


Why you need a data structure?

1 Answers  


Which data structure is needed to convert infix notations to post fix notations?

20 Answers   Fidelity, Infosys,


What is pointer in data structure?

1 Answers  


Which sorting is best?

1 Answers  


Categories