algorithm-archive icon indicating copy to clipboard operation
algorithm-archive copied to clipboard

Implemented stack and queue in C#

Open hwat212 opened this issue 3 years ago • 1 comments

hwat212 avatar Jan 31 '22 04:01 hwat212

What I don't like about this PR is that the dequeue operation doesn't return the dequeued object. Now that said neither does the cpp version. I would personally prefer what rust, java and ts do currently, because in most use cases you want to dequeue on object and then still work with it.

Liikt avatar Mar 28 '22 20:03 Liikt