Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortedStack ¶
type SortedStack struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor() SortedStack
func (*SortedStack) IsEmpty ¶
func (s *SortedStack) IsEmpty() bool
func (*SortedStack) Peek ¶
func (s *SortedStack) Peek() int
func (*SortedStack) Pop ¶
func (s *SortedStack) Pop()
func (*SortedStack) Push ¶
func (s *SortedStack) Push(val int)
Click to show internal directories.
Click to hide internal directories.