Give an example of when a link based implementation of a stack is a better choice.
What will be an ideal response?
A link based implementation would be required if a stack is occasionally large, but most of the time is not. Otherwise, memory is wasted in a large array that is rarely required.
Computer Science & Information Technology
You might also like to view...
The version of SQL that is found in Access has a graphical user interface to make creating SQL statements much easier
Indicate whether the statement is true or false
Computer Science & Information Technology
What is the purpose of a compiler?
What will be an ideal response?
Computer Science & Information Technology