MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / callCenter.js

File callCenter.js

chapter07/7.02 - Call Center/callCenter.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Import Queue */
2var Queue = require('./../util/Queue.js');
3
4/* Employee class */

Callers

nothing calls this directly

Calls 3

addMethod · 0.80
isEmptyMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected