package
0.0.0-20220628210115-d6c755dbe226
Repository: https://github.com/golark/algos.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
smallestDifference find smallest difference between 2 unsorted slices first sort the arrays traverse through the slices, keeping a minimum difference each iteration move the smaller items pointer.