oyekanmiayo / dsa-all-langs

A repository that contains explanations and (custom) implementations of the most popular data structures and algorithms in various languages.
MIT License
312 stars 117 forks source link

Singly and Doubly Linkedlist Implementation in C# #53

Open OjewaleKehinde opened 1 year ago

OjewaleKehinde commented 1 year ago

Added Reverse method Optimized Traversal for AddAtPosition and RemoveAtPosition of Doubly linkedlist, such that the traversal begins from the end closest to the insertion/deletion index