package
0.0.0-20201211100319-9c3a112b95fa
Repository: https://github.com/gadumitrachioaiei/algorithms.git
Documentation: pkg.go.dev

# Functions

Equal returns the smallest number of transformations needed to solve the problem.

# Constants

Max means we do not change the max element.
Next means we do not change the next big element after min.

# Type aliases

Strategy describes how we choose which element remains unchanged on each step.