answersLogoWhite

0


Best Answer

A linked list implemented with an array defeats the purpose of using a linked list, which is to address the memory allocation problems associated with arrays.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can a linked list implemented using an array be accessed by giving the location?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which of the following data structures can be randomly accessed giving loc A. linked list implemented using array B. singly linked list C. double linked list D. both single and double linked list?

Which of the following data structures can be randomly accessed giving loc?A. linked list implemented using arrayB. singly linked listC. double linked listD. both single and double linked listThe answer is A.


What is a collection of files that can be linked and accessed using HTTP?

The Web


Is it true or false that a dynamically linked list can be accessed both sequentially and randomly?

No. Linked lists require traversal, and are therefore accessed sequentially. For random access you need an array. An array of pointers to the data in your list would do, but you will incur an overhead in creating the array on top of the list.


What is the front of the stack in a stacked linked list?

The top of a stack implemented as a linked list is the head of the list. All insertions and extractions occur at the head thus a forward list (singly-linked list) is sufficient to implement a stack.


Why an operation to check queue overflow is not implemented on linked queue?

In linked queue we're dynamically allocating the memory and there's no fixed memory limit in Linked Queue. That's why there's no operation for overflow. I guess It's the correct reason


What is the fullform of Google?

giving opinion and options generously linked everywhere.


How do you copy all the elements from a given stack implemented in a linked list to a new one and returns the pointer to the new stack?

LIFO


Which linked list can be randomly accessed by given locations?

In a word, none. Linked lists are sequential and must be traversed sequentially. For random access you need an array, but you lose the efficiency of a list when it comes to insertion/deletion.


What Is The Google Full Form?

Giving Opnions And Options Generously Linked Everywhere


What is the expansion of Google?

the expansion for google is Giving Opinions and Options Generously Linked Everywhere


Why is Arabia called a crossroad location?

this is because it linked Asia Africa and Europe .:p


Where should the source be positioned?

The source should be positioned in a clear, visible location where it can be easily accessed and referenced by readers or users. Depending on the context, the source may be placed at the end of an article or document (such as a bibliography or reference list), within the text using in-text citations, or linked directly to the information being presented.