linked-list:简约链表

时间:2021-05-02 04:48:20
【文件属性】:
文件名称:linked-list:简约链表
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-02 04:48:20
list linked double doubly JavaScript 链表 小双。 安装 该软件包仅适用于ESM:需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install linked-list 用 import { List , Item } from 'linked-list' var item1 = new Item ( ) var item2 = new Item ( ) var item3 = new Item ( ) var list = new List ( item1 , item2 , item3 ) list . head // => item1 list . head . next // => item2 list . head . next . next // => item3 list . head . next . prev // => item1 list . t
【文件预览】:
linked-list-main
----index.js(6KB)
----funding.yml(15B)
----test.js(18KB)
----package.json(2KB)
----readme.md(6KB)
----.github()
--------workflows()
----.prettierignore(28B)
----license(1KB)
----index.d.ts(529B)
----.gitignore(50B)
----.npmrc(19B)
----.editorconfig(147B)

网友评论