Skip to content

Commit c9519ff

Browse files
committed
"npm:@datastructures-js/[email protected]"
1 parent 06b320e commit c9519ff

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

deno.lock

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minimum-cost-to-hire-k-workers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ function mincostToHireWorkers(
2222
return ans;
2323
}
2424

25-
import { PriorityQueue } from "https://esm.sh/@datastructures-js/[email protected]/";
25+
import { PriorityQueue } from "npm:@datastructures-js/[email protected]";

0 commit comments

Comments
 (0)