Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ss-linked-list

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ss-linked-list - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc