Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 481 Bytes

algorithm.md

File metadata and controls

14 lines (10 loc) · 481 Bytes

getAlgorithmType(name) ⇒ AlgorithmType

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