structlinks icon indicating copy to clipboard operation
structlinks copied to clipboard

added a extra tail pointer to make appending faster without traversing the entire linked list

Open PrabhuKiran8790 opened this issue 3 years ago • 1 comments

This is my first time writing something here on GitHub. I have added an extra tail pointer so that appending can be done faster in constant time. but I don't have any idea on how to make a pull request.

PrabhuKiran8790 avatar Sep 28 '22 14:09 PrabhuKiran8790