MCPcopy 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

5import LFUCache from '../LFUCache'
6
7const multipleFactorials = (arr) => arr.map(factorial)
8
9describe('Testing Memoize', () => {
10 it('expects the fibonacci function to use the cache on the second call', () => {

Callers 1

Memoize.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected