MCPcopy Index your code
hub / github.com/neetcode-gh/leetcode / 0380-insert-delete-getrandom-o1.js

File 0380-insert-delete-getrandom-o1.js

javascript/0380-insert-delete-getrandom-o1.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var RandomizedSet = function () {
2 this.set = new Set();
3};
4

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected