Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
LinkedStack(Item) Class
LinkedStack(Item) Methods
GetEnumerator Method
MainTest Method
Peek Method
Pop Method
Push Method
ToString Method
LinkedStack
Item
Push Method
Adds the item to this stack.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Push
( Item
item
)
Parameters
item
Type:
Item
item the item to add
See Also
Reference
LinkedStack
Item
Class
Algs4Net Namespace