Documentation ¶
Overview ¶
Package algo provides some algorithm utils.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetIntersection ¶
func SetIntersection(a, b interface{}, eq func(a, b interface{}) bool) []interface{}
SetIntersection complexity: O(n^2), could be better but this is simple enough.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.