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...

What does the following C++ expression evaluate to? 6 - 6 / 3 + 3

A) 0 B) 3 C) 5 D) 7 E) None of the above

Computer Science & Information Technology

When using Yahoo! Mail, the Yahoo! Address Book is an example of a useful ________ window

Fill in the blank(s) with correct word

Computer Science & Information Technology

The strength of a cryptosystem relies on the strength of the algorithm used because a flawed algorithm can be reversed and the key recovered

Indicate whether the statement is true or false.

Computer Science & Information Technology

Viewing the Property Sheet of a form is possible in either the Design View or Layout View.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology