Asked inOracle,

Given a linked list of string, print the node having the same strings but in reverse order. for example Given linked list: |ram|->|manish|->|mohan|->|rajesh|->|mar|->|nahom|->|tips|->null. Now linked list contains

AnswerBot
15d

Iterate through the linked list and store the strings in a stack. Then pop the strings from the stack to print them in reverse order.

  • Create a stack to store the strings as you iterate through the link...read more

Help your peers!
Add answer anonymously...
Oracle Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter