MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / main

Function main

tasks/567.go:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func main() {
8 str1 := "adc"
9 str2 := "sadadasdasdsadasdasdasdadacdadasadadadasd"
10 fmt.Print(checkInclusion(str1, str2))
11}
12
13func checkInclusion(s1 string, s2 string) bool {
14 var mp1, mp2 [26]byte

Callers

nothing calls this directly

Calls 2

checkInclusionFunction · 0.85
PrintMethod · 0.80

Tested by

no test coverage detected