Enum AlgorithmImplementation
- Namespace
- AlgorithmsSW
- Assembly
- AlgorithmsSW.dll
Represents the types of algorithm implementations.
public enum AlgorithmImplementation
- Extension Methods
Fields
Iterative = 0Specifies that the algorithm implementation is iterative.
Recursive = 1Specifies that the algorithm implementation is recursive.