Gopal

Gopal

  • NA
  • 135
  • 13.7k

Implement your list interface using a fixed chunk of memory, say an ar

Mar 22 2021 6:06 AM
Implement your list interface using a fixed chunk of memory, say an array of size 100. If the user wants to add more stuff to your list than fits in your memory you should produce some kind of error, for example you can throw an exception if your language supports that Can someone explain this question

Answers (3)