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
1010
1111``` js
1212import {FibonacciHeap } from ' @heap-data-structure/fibonacci-heap' ;
13- import {increasing } from ' @aureooms/js-compare ' ;
13+ import {increasing } from ' @total-order/primitive ' ;
1414let heap = new FibonacciHeap ( increasing ) ;
1515```
1616
Original file line number Diff line number Diff line change 5959 "test" : " ava"
6060 },
6161 "dependencies" : {
62- "@aureooms/js-cll " : " ^2.0.0"
62+ "@data-structure-algebra/circularly-linked-list " : " ^2.0.0"
6363 },
6464 "devDependencies" : {
6565 "@aureooms/js-heap-spec" : " 15.0.3" ,
Original file line number Diff line number Diff line change 44 _append as list_insert ,
55 _remove as list_remove ,
66 _concat as list_concatenate ,
7- } from '@aureooms/js-cll ' ;
7+ } from '@data-structure-algebra/circularly-linked-list ' ;
88
99import list_reset_parent from './list_reset_parent.js' ;
1010
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 ' ;
22import link from './link.js' ;
33
44/**
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 ' ;
22
33export default function cut ( x , y ) {
44 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 ' ;
22
33/**
44 * FIB-HEAP-LINK
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
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-
105" @aureooms/js-collections-deque@^3.1.0 " :
116 version "3.1.0"
127 resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-3.1.0.tgz#2df0f28883f1367c979232d8c3964aede93d2ded"
11781173 dependencies :
11791174 arrify "^1.0.1"
11801175
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==
11811180
11821181" @eslint/eslintrc@^0.4.3 " :
11831182 version "0.4.3"
You can’t perform that action at this time.
0 commit comments