Reverse a string or linked list using stack.

Опубликовано: 29 Сентябрь 2024
на канале: mycodeschool
385,219
2.7k

See complete series on data structures here:
   • Data structures  

In this lesson, we have described how we can reverse a string or linked list using stack. Reversal is a simple application of stack.

To know about implicit stack, see this video:
   • Pointers and dynamic memory - stack v...  

Reversal of linked list using recursion:
   • Reverse a linked list using recursion  

For practice problems and more, visit: http://www.mycodeschool.com

Like us on Facebook:   / mycodeschool  

Follow us on twitter:   / mycodeschool