MCPcopy Create free account
hub / github.com/betomoedano/JavaScript-Coding-Interview-Questions /

Class

graphs/topological-sort.js:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69class JobNode {
70 constructor(job) {
71 this.job = job;
72 this.prereqs = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected