What is the difference between an array and Linked list in Machine learning?
Answer Posted / Prakash Singh
In Machine Learning, an array is a data structure with a fixed size, while a Linked List has dynamically allocated nodes and variable size.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers