Algorithm public abstract class Algorithm Represents the abstract base class from which all implementations of algorithms must inherit. Documentation Code public abstract string Name { get; } Gets the algorithm name. protected Algorithm()