Print elements of a linked list in forward and reverse order using recursion

Опубликовано: 05 Ноябрь 2024
на канале: mycodeschool
359,626
2.5k

See complete series on linked list here:
   • Introduction to linked list  

See series on data structures here:
   • Data structures  

In this lesson, we will write two recursive functions "Print" and "ReversePrint" that will print the elements of a singly linked list in forward and reverse order respectively.

Feel free to drop your questions, feedback and suggestions in comments section.

You may also like us on facebook:
  / mycodeschool