Print in Reverse Linked List - HackerRank Data Structures Solutions in C/C++

preview_player
Показать описание
HackerRank solution for Print in Reverse, a Linked List problem under the Data Structures section. We'll print the linked list nodes in C and C++ using recursion (recursive function). Printing a linked list in reverse can also be done using a stack, but this will require extra space, which is not ideal.

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

Hello sir, Please make video solutions on stack, queue and graph of the hackerRank challenges in c++.

SaurabhKumar-fubr
Автор

i didnt understand the return thing can you please explain it in depth?

subhamparida