World Languages, asked by nishadshital2020, 1 month ago

What does an empty linked list consist?​

Answers

Answered by agrimop
0

nothing as it is empty now mark me as brainliest

Answered by gauravpanghal0203
1

Answer:

With this convention, an empty list consists of the sentinel node alone, pointing to itself via the next-node link. The list handle should then be a pointer to the last data node, before the sentinel, if the list is not empty; or to the sentinel itself, if the list is empty.

Mark me as brainliest

Similar questions