What is the difference between linked list and a record?

1 answer

Answer

1047901

2026-05-13 18:01

+ Follow

Linked list is a complicated sequence of numbers, each number in linked list is connected to its previous and next number , via a link which is pointer.

Whereas in record data items form hierarchical structure which can be described by means of "level" numbers and these are indexed by attribute names , so there may not be a natural ordering of its elements.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.