Is list an array?
Answer / Paritosh Kumar
No, a List<T> is not technically an array. However, it does inherit from the IList<T> interface and behaves similarly to an array in many ways.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are dynamic data structures?
State the rules to be followed during infix to prefix conversions?
Which is faster quick sort or merge sort?
What data structure does a binary tree degenerate?
What is the difference between Strings and Arrays?
How do you define a set?
What are the average and worst time complexity in a sorted binary tree is
What is list and types of list?
What is difference between set and map?
What is the purpose of sorting?
Is file a data structure?
Is null allowed in list?