Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 437 Bytes

algorithm.md

File metadata and controls

13 lines (9 loc) · 437 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
Params

  • name string - the name of the requested algorithm