Takes a string, generally from the command line, and determines the requested algorithm. It will default to BinaryTree if a valid name is not given.
Kind: global function
Returns: AlgorithmType
- the proper enum for an algorithm used by Maze
Param | Type | Description |
---|---|---|
name | string |
the name of the requested algorithm |