go-datastructures icon indicating copy to clipboard operation
go-datastructures copied to clipboard

RM-23161 Implemented LL based Stack & tests

Open Spriithy opened this issue 7 years ago • 2 comments

Hi,

I saw the lack of a proper stack implementation in your repository, so I made one according to your guidelines & based on your other data structure implementations.

My implementation is a Linked-list based stack with O(1) overhead for Push/Pop operations. Only downside of this technique is space efficiency. But since you can make a stack of pointers, its OK.

Hope it will help!

Spriithy avatar Sep 28 '17 08:09 Spriithy

Raven

Number of Findings: 0

aviary2-wf avatar Sep 28 '17 08:09 aviary2-wf

@Spriithy Would you mind addressing @brianshannan-wf 's question?

dustinhiatt-wf avatar Feb 13 '18 18:02 dustinhiatt-wf