File tree Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Parent is [@heap-data-structure/about](https://github.com/heap-data-structure/ab
10
10
11
11
``` js
12
12
import {FibonacciHeap } from ' @heap-data-structure/fibonacci-heap' ;
13
- import {increasing } from ' @aureooms/js-compare ' ;
13
+ import {increasing } from ' @total-order/primitive ' ;
14
14
let heap = new FibonacciHeap ( increasing ) ;
15
15
```
16
16
Original file line number Diff line number Diff line change 59
59
"test" : " ava"
60
60
},
61
61
"dependencies" : {
62
- "@aureooms/js-cll " : " ^2.0.0"
62
+ "@data-structure-algebra/circularly-linked-list " : " ^2.0.0"
63
63
},
64
64
"devDependencies" : {
65
65
"@aureooms/js-heap-spec" : " 15.0.3" ,
Original file line number Diff line number Diff line change 4
4
_append as list_insert ,
5
5
_remove as list_remove ,
6
6
_concat as list_concatenate ,
7
- } from '@aureooms/js-cll ' ;
7
+ } from '@data-structure-algebra/circularly-linked-list ' ;
8
8
9
9
import list_reset_parent from './list_reset_parent.js' ;
10
10
Original file line number Diff line number Diff line change 1
- import { _append as list_insert } from '@aureooms/js-cll ' ;
1
+ import { _append as list_insert } from '@data-structure-algebra/circularly-linked-list ' ;
2
2
import link from './link.js' ;
3
3
4
4
/**
Original file line number Diff line number Diff line change 1
- import { _remove as list_remove } from '@aureooms/js-cll ' ;
1
+ import { _remove as list_remove } from '@data-structure-algebra/circularly-linked-list ' ;
2
2
3
3
export default function cut ( x , y ) {
4
4
if ( x === x . next ) y . children = null ;
Original file line number Diff line number Diff line change 1
- import { _append as list_insert } from '@aureooms/js-cll ' ;
1
+ import { _append as list_insert } from '@data-structure-algebra/circularly-linked-list ' ;
2
2
3
3
/**
4
4
* FIB-HEAP-LINK
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @aureooms/js-cll@^2.0.0 " :
6
- version "2.0.0"
7
- resolved "https://registry.yarnpkg.com/@aureooms/js-cll/-/js-cll-2.0.0.tgz#1594e6fe9785ac2cc697b5f3715883e45dc9d25b"
8
- integrity sha512-3x5/+rZ9/KjFd/ynK+XCze2bN0UbVfaPOBsfDIXZXk5ytpTcuXWKKjFkXyS8sljtjImNJt6+LKIDdq8JO1fpYQ==
9
-
10
5
" @aureooms/js-collections-deque@^3.1.0 " :
11
6
version "3.1.0"
12
7
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-3.1.0.tgz#2df0f28883f1367c979232d8c3964aede93d2ded"
1178
1173
dependencies :
1179
1174
arrify "^1.0.1"
1180
1175
1176
+ " @data-structure-algebra/circularly-linked-list@^2.0.0 " :
1177
+ version "2.1.0"
1178
+ resolved "https://registry.yarnpkg.com/@data-structure-algebra/circularly-linked-list/-/circularly-linked-list-2.1.0.tgz#a9856c512fa70a0ac98d59e37fb4468b58c22808"
1179
+ integrity sha512-6uKt5l9Zc6HxQ+8wEbJQ+7F1n9F+dU8JNz8DC0MST9twGEn4b2FUmAraJl361sn8k4GQvau3rdWs7vJeJc0PGg==
1181
1180
1182
1181
" @eslint/eslintrc@^0.4.3 " :
1183
1182
version "0.4.3"
You can’t perform that action at this time.
0 commit comments