You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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😊
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.
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 theTailedDoublyLinkedList
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
The text was updated successfully, but these errors were encountered: