Project Euler Solutions
Functions | Variables
test.js File Reference

Functions

 for (question in answers)
 
 after (()=>{process.stdout.write(benchmarkReport);})
 

Variables

const benchmark = require('benchmark')
 
const assert = require('assert')
 
const answers
 
const knownSlow = []
 
let benchmarkReport = ''
 

Function Documentation

after ( ()  ,
{process.stdout.write(benchmarkReport);}   
)

Here is the caller graph for this function:

for ( question in  answers)

Here is the call graph for this function:

Variable Documentation

const answers
Initial value:
= {
1: 233168,
2: 4613732,
}
const assert = require('assert')
const benchmark = require('benchmark')
let benchmarkReport = ''
const knownSlow = []