Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
var
RandomizedSet =
function
() {
2
this.set =
new
Set();
3
};
4
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected