Closed KAUSHIK-DEKA closed 3 years ago
@KAUSHIK-DEKA, Kindly fill the checklist
@KAUSHIK-DEKA, Kindly fill the checklist
Done
@KAUSHIK-DEKA, Gentle advice - Kindly ask the issue to be assigned to you as per the contributing guidelines. Refer CONTRIBUTING.md for more details.
@KAUSHIK-DEKA, Kindly comment your code well.
Done
Issued I have worked upon: #299
Enter your question -
Given a doubly-linked list of positive integers. The task is to print the given doubly linked list data in reverse order.
Constraints Number of nodes [0, 5000]. -5000 <= Node.val <= 5000
Enter link to the question(if question belongs to any online platform) - https://www.geeksforgeeks.org/print-doubly-linked-list-in-reverse-order/
Tags for the question(eg - Array, Basic, Stack, etc.) - LinkedList, traversal, pointers
Checklist:
Eg - If your code follow the below guidelines. Kindly change [] to [x]
All the conditions should be fulfilled for considering your code for merging -
[x] I have mentioned the question as comment in my solution file.
[x] My code follows the guidelines of this project.
[x] I have performed a self-review of my own code.
[x] I have commented my code.
[x] My code gives the correct output.
[x] I confirm that I have not copied the code from anywhere. In case its found that I have copied even after successful merge then I can be banned from the repository and hacktoberfest.
[x] I affirm that I strictly follow contributing guidelines and code of conduct.