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

Solution for linked list reversal problem. #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Solution for linked list reversal problem. #5

wants to merge 4 commits into from

Conversation

keremsahin1
Copy link

A solution for singly linked list reversal problem implemented in C. Both iterative and recursive implementation provided.

@keremsahin1
Copy link
Author

I also added a solution for detecting cycle in a singly linked list.

@keremsahin1
Copy link
Author

Solutions for target sum pair and minimum stack problems are added.

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.

1 participant