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

Add a reverse() method to Linked List implementation #85

Closed
ybrenning opened this issue Jan 22, 2022 · 5 comments · Fixed by #86
Closed

Add a reverse() method to Linked List implementation #85

ybrenning opened this issue Jan 22, 2022 · 5 comments · Fixed by #86
Assignees
Labels
Implementation New feature or request
Milestone

Comments

@ybrenning
Copy link
Contributor

ybrenning commented Jan 22, 2022

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
I would like to add a simple reverse() method to the TailedDoublyLinkedList class which would reverse the order of the current Linked List. Doubly Linked Lists are especially convenient for this algorithm as they allow you to swap previous and next reference pointers. I would like to add this method to the class as it is a fairly common algorithm and should be included in this implementation.

Describe alternatives you've considered
N/A

Additional context
N/A

@github-actions
Copy link

Thanks for helping Jalgorithm enhance.❤

@mohammadkarbalaee
Copy link
Owner

That's a nice feature indeed. Go on. Your contribution is very welcome.

@mohammadkarbalaee
Copy link
Owner

please make a new branch and add the feature and when you are done, make a pull request to development branch. We'll review and merge your implementation.
ich danke ihn😊

@mohammadkarbalaee mohammadkarbalaee added the Implementation New feature or request label Jan 22, 2022
@mohammadkarbalaee mohammadkarbalaee added this to the 2nd spring milestone Jan 22, 2022
@mohammadkarbalaee mohammadkarbalaee pinned this issue Jan 22, 2022
@mohammadkarbalaee
Copy link
Owner

If you had trouble with reading any part of the code, feel free to ask. I'm here to respond.

@mohammadkarbalaee
Copy link
Owner

please make a new branch and add the feature and when you are done, make a pull request to development branch. We'll review and merge your implementation. ich danke ihn😊

you can fork the project instead of branching as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implementation New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants