Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to determine if a linked list is a palindrome #172

Merged
merged 2 commits into from
Oct 9, 2020

Conversation

TiaLow
Copy link
Contributor

@TiaLow TiaLow commented Oct 9, 2020

  • JavaScript implementation of a function to determine if a linked list is a palindrome
  • Solution code with short, commented explanation
  • Tested code in repl.it with happy path, expected failure, and edge cases like linked list with only one node

@TiaLow
Copy link
Contributor Author

TiaLow commented Oct 9, 2020

Resolves #146

@TiaLow
Copy link
Contributor Author

TiaLow commented Oct 9, 2020

Resolves #154

@sat5297 sat5297 merged commit 7223a70 into sat5297:master Oct 9, 2020
@sat5297 sat5297 added the hacktoberfest-accepted Accepted for hacktoberfest. label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted for hacktoberfest.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants