intersect

package
v0.0.0-...-c583576 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Hash

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

func Simple(a interface{}, b interface{}) []interface{}

Simple has complexity: O(n^2)

func Sorted

func Sorted(a interface{}, b interface{}) []interface{}

Sorted has complexity: O(n * log(n)), a needs to be sorted

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL