Skip to content

Conversation

version0chiro
Copy link
Contributor

Added two questions under linked list data structure.

  • One checking if the linked list is palindrome or not.
  • Other one for reversing a doubly linked list.

Copy link
Owner

@smv1999 smv1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "check_if_linkedlist_is_a_palindrome" solution is great as you have used a different approach than this.
Please give a brief description of your approach at the top of the file.

Also for reverse_a_double_linkedlist program add a description of the problem and add comments wherever necessary above that particular statement.

Make these changes and you are good to go ! Great work BTW.

@version0chiro
Copy link
Contributor Author

@smv1999 I have made the requested changes, kindly check the commits.

Copy link
Owner

@smv1999 smv1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :)

@smv1999 smv1999 merged commit eab71c0 into smv1999:master May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants