README ¶ Problem 2 Create a Stack data structure. Methods: Push Add an element to the top of the Stack. Pop Remove an element at the top of the Stack. Peek Get the element at the top of the Stack without removing it. Size Get the size of the Stack. IsEmpty Check if the Stack is empty. ! Please check the tests for signature and more examples. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Stack Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Stack ¶ type Stack struct{} Source Files ¶ View all Source files problem2.go Click to show internal directories. Click to hide internal directories.