ss-linked-list
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "ss-linked-list", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -33,6 +33,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"dependencies": { | ||
"@types/chance": "^1.0.1", | ||
"big.js": "^5.1.2" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -42,2 +39,3 @@ "@types/jest": "^23.3.1", | ||
"babel-jest": "^23.4.0", | ||
"@types/chance": "^1.0.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -44,0 +42,0 @@ "babel-plugin-transform-class-properties": "^6.24.1", |
# ss-linked-list | ||
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/ss-linked-list.svg)](https://badge.fury.io/js/ss-linked-list) | ||
Data Structure Serial - Linked List | ||
@@ -10,2 +12,5 @@ | ||
Refer: | ||
- [前端学数据结构 - 链表(Linked List)](https://boycgit.github.io/ds-linked-list/) | ||
## Installation | ||
@@ -51,2 +56,5 @@ | ||
## todo | ||
Highly recommend article [面试精选:链表问题集锦](http://wuchong.me/blog/2014/03/25/interview-link-questions/) for more skils; | ||
- detect has loop or not,[Detect a loop in cyclic/circular linked list](https://js-algorithms.tutorialhorizon.com/2015/12/25/detect-cyclic-circular-linked-list/),and then [count loop length](https://js-algorithms.tutorialhorizon.com/2015/12/26/loop-length-cyclic-circular-list/) | ||
@@ -53,0 +61,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134709
0
63
25
- Removed@types/chance@^1.0.1
- Removedbig.js@^5.1.2
- Removed@types/chance@1.1.6(transitive)
- Removedbig.js@5.2.2(transitive)