What is the benefit of using a stack-linked list?

1 answer

Answer

1241257

2026-07-22 06:50

+ Follow

The basic advantage of the Link list is when you have to store the data dynamically and the number of data to be stored is not known in advance.

Example: The Word document stores all the data(Words) in form on link list. In this scenario you never know how many Words will a document contain initally.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.