Print the elements of a Linked List - HackerRank Data Structures Solutions in C/C++

preview_player
Показать описание
HackerRank solution for the Data Structures problem solving exercise called "Print the elements of a Linked List". The solutions are provided both in C language and C++. We first have to verify if the head pointer parameter is a null pointer, and if it is not, then we can traverse our linked list by following every node's next pointer until the end of the list. In the process, we can print the data contained in every node. The type of linked list we are dealing with in this HackerRank coding challenge is called a Singly Linked List.

Рекомендации по теме
Комментарии
Автор

I'm still figuring out why my audio has weird cuts sometimes after I export the video. Sorry guys 🙏

nextrie
Автор

thanks for the simple and concise explanation :)

vinayshelke
Автор

Hey there, are you still active I've got some problem will you help me ?

lnshrivas