Create/Initialize Stack
Create or initialize a stack data structure using filehash
databases
createS(filename) initS(filename)
filename |
character, file name for storing the stack data structure |
A new stack can be created using createS
, which creates a file
for storing the stack information and returns an object of class
"stack"
.
The createS
and initS
functions both return an object of
class "stack"
.
Roger D. Peng rpeng@jhsph.edu
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.