anagram

package
v0.0.0-...-a04c6e3 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2026 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindAll

func FindAll(s string, t string) []string
Example
package main

import (
	"fmt"

	"github.com/skhal/lab/iq/21/anagram"
)

func main() {
	for _, s := range anagram.FindAll("abaabc", "aba") {
		fmt.Println(s)
	}
}
Output:

aba
baa
aab

Types

This section is empty.

Jump to

Keyboard shortcuts

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