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

Struct valEl

tasks/380.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9type valEl struct {
10 val int
11 ind int
12}
13
14type RandomizedSet struct {
15 vals []int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected