Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ multipleFactorials
Function
multipleFactorials
Cache/test/Memoize.test.js:7–7 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
5
import
LFUCache from
'../LFUCache'
6
7
const
multipleFactorials = (arr) => arr.map(factorial)
8
9
describe(
'Testing Memoize'
, () => {
10
it(
'expects the fibonacci function to use the cache on the second call'
, () => {
Callers
1
Memoize.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected