Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neetcode-gh/leetcode
/ getCode
Function
getCode
javascript/0049-group-anagrams.js:75–75 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
73
};
74
75
const
getCode = (char) => char.charCodeAt(0) -
'a'
.charCodeAt(0);
76
77
const
buildHash = (frequency) => frequency.toString();
Callers
1
getHash
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected