Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
2
var
Queue = require(
'./../util/Queue.js'
);
3
4
/* Employee
class
*/
Callers
nothing calls this directly
Calls
3
add
Method · 0.80
isEmpty
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected