4. The available-space lists for linked lists are used to "recycle" unused list items instead of
releasing their memory.
申論題內容
(4%) (c) Describe in pseudo-code of how to implement the function add_space (N),
where N is a positive integer. This function adds N items to the available-space list. It should
use memory allocation call only once.