This is a companion discussion topic for the original entry at http://iq.opengenus.org/check-if-linked-list-is-empty/
This is a companion discussion topic for the original entry at http://iq.opengenus.org/check-if-linked-list-is-empty/
1 Like
you can check by checking head node i.e whether head node == 0 then linked list is empty
1 Like