MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / Combinations

Struct Combinations

strings/combination/combination.go:7–10  ·  view source on GitHub ↗

Combinations structure with in and out rune

Source from the content-addressed store, hash-verified

5
6// Combinations structure with in and out rune
7type Combinations struct {
8 out []rune
9 in []rune
10}
11
12// Start ...
13func Start(input string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected