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