Documentation ¶
Index ¶
- func Anagrams(words []string) [][]string
- func AnonymousLetter(L string, M string) bool
- func CanStringBePalindrome(s string) bool
- func NearestRepetition(S []string) int
- func SearchFrequentItems(arr []int, k int) []int
- func SmallestSubarrayCoveringSet(A, Q []string) []string
- func SubseqCover(A, Q []string) []string
- type Cacheable
- type CoverValue
- type LRUCache
- type LRUCacheItem
- type RuneSlice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnonymousLetter ¶
func CanStringBePalindrome ¶
func NearestRepetition ¶
func SearchFrequentItems ¶
func SubseqCover ¶
Types ¶
type CoverValue ¶
type CoverValue struct {
// contains filtered or unexported fields
}
type LRUCache ¶
type LRUCache struct {
// contains filtered or unexported fields
}
func NewLRUCache ¶
type LRUCacheItem ¶
type LRUCacheItem struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.