Talk:Stack
From GDWiki
I made edits to this article because I felt that it was necessary to point out the difference between the interface of a stack vs. the ways to implement it. There are more than one way to implement a stack. As long as 'Push' and 'Pop' still work as described it is considered a stack.

