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 |
What are vectors used for in real life?
Is vector a collection?
Are hash tables ordered?
How is it possible to insert different type of elements in stack?
Explain the applications of stack?
What are the tasks performed during preorder traversal?
Tell me how to find middle element of linked list in one pass?
What is push and pop in stack?
Why you need a data structure?
Which data structure is needed to convert infix notations to post fix notations?
What is pointer in data structure?
Which sorting is best?