Discover Packages
github.com/dragonflyoss/Dragonfly
pkg
algorithm
package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Sep 20, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
ContainsString returns whether the value is in arr.
DedupStringArr removes duplicate string in array.
GCD returns the greatest common divisor of x and y.
GCDSlice returns the greatest common divisor of a slice.
It returns 1 when s is empty because that any number divided by 1 is still
itself.
Shuffle pseudo-randomizes the order of elements.
n is the number of elements.
swap swaps the elements with indexes i and j.
copy from rand.Shuffle of go1.10.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.