LINKEDLIST

포스트: 1
Tags

Posts

1 post

Diffrence between heap, array and linked list

Linked list Array 공통점 store linear data of similar types Size Dynamic size fixed cost Inserting a new element in an array of elements is expensive Random access Possible impossible Extra memory Extra memory space for a pointer is required unrequired Accessible with Linke index