|
8 | 8 | "@algorithm.ts/base64": ["packages/base64/src"], |
9 | 9 | "@algorithm.ts/bellman-ford": ["packages/bellman-ford/src"], |
10 | 10 | "@algorithm.ts/binary-index-tree": ["packages/binary-index-tree/src"], |
11 | | - "@algorithm.ts/bipartite-graph-matching": ["packages/bipartite-graph-matching/src"], |
12 | | - "@algorithm.ts/calculate": ["packages/calculate/src"], |
13 | | - "@algorithm.ts/circular-queue": ["packages/circular-queue/src"], |
| 11 | + "@algorithm.ts/bipartite-matching": ["packages/bipartite-matching/src"], |
| 12 | + "@algorithm.ts/binary-search": ["packages/binary-search/src"], |
| 13 | + "@algorithm.ts/calculator": ["packages/calculator/src"], |
14 | 14 | "@algorithm.ts/dijkstra": ["packages/dijkstra/src"], |
15 | | - "@algorithm.ts/dijkstra-bigint": ["packages/dijkstra-bigint/src"], |
16 | 15 | "@algorithm.ts/dinic": ["packages/dinic/src"], |
17 | 16 | "@algorithm.ts/dlx": ["packages/dlx/src"], |
18 | 17 | "@algorithm.ts/findset": ["packages/findset/src"], |
|
21 | 20 | "@algorithm.ts/graph": ["packages/graph/src"], |
22 | 21 | "@algorithm.ts/huffman": ["packages/huffman"], |
23 | 22 | "@algorithm.ts/isap": ["packages/isap/src"], |
24 | | - "@algorithm.ts/knuth-shuffle": ["packages/knuth-shuffle/src"], |
25 | 23 | "@algorithm.ts/lcs": ["packages/lcs/src"], |
26 | | - "@algorithm.ts/lower-bound": ["packages/lower-bound/src"], |
27 | 24 | "@algorithm.ts/manacher": ["packages/manacher/src"], |
28 | 25 | "@algorithm.ts/mcmf": ["packages/mcmf/src"], |
29 | | - "@algorithm.ts/priority-queue": ["packages/priority-queue/src"], |
| 26 | + "@algorithm.ts/queue": ["packages/queue/src"], |
30 | 27 | "@algorithm.ts/roman": ["packages/roman/src"], |
31 | | - "@algorithm.ts/sieve-prime": ["packages/sieve-prime/src"], |
32 | | - "@algorithm.ts/sieve-totient": ["packages/sieve-totient/src"], |
| 28 | + "@algorithm.ts/shuffle": ["packages/shuffle/src"], |
| 29 | + "@algorithm.ts/prime": ["packages/prime/src"], |
33 | 30 | "@algorithm.ts/sliding-window": ["packages/sliding-window/src"], |
34 | 31 | "@algorithm.ts/sudoku": ["packages/sudoku/src"], |
35 | 32 | "@algorithm.ts/trie": ["packages/trie/src"], |
36 | | - "@algorithm.ts/upper-bound": ["packages/upper-bound/src"], |
| 33 | + "@algorithm.ts/types": ["packages/types/src"], |
37 | 34 | "jest.setup": ["jest.setup.ts"] |
38 | 35 | } |
39 | 36 | }, |
|
0 commit comments