package
Version:
v0.0.0-...-c583576
Opens a new window with list of versions in this module.
Published: Feb 23, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Hash(a interface{}, b interface{}) []interface{}
Hash has complexity: O(n * x) where x is a factor of hash function efficiency (between 1 and 2)
func Simple(a interface{}, b interface{}) []interface{}
Simple has complexity: O(n^2)
func Sorted(a interface{}, b interface{}) []interface{}
Sorted has complexity: O(n * log(n)), a needs to be sorted
Source Files
¶
Click to show internal directories.
Click to hide internal directories.