What do you do if you remove a node from a tree in an array-based implementation?

a. assign it to nullPtr
b. nothing, leave it as is, just don’t link anything to it
c. remove it from the array
d. add it to the free list

d. add it to the free list

Computer Science & Information Technology

You might also like to view...

When you buy software, you can only use it as specified in the EULA

Indicate whether the statement is true or false

Computer Science & Information Technology

The Minim library enables you to play ________ in your Processing projects

A) MP3s B) MPEGs C) video game snippets D) DVDs loaded in computer.

Computer Science & Information Technology