TSDataStructure:TypeScript的数据结构(LinkedList,DoubleLinkedList,堆栈,队列,字典等)的集合

时间:2024-06-05 23:06:59
【文件属性】:

文件名称:TSDataStructure:TypeScript的数据结构(LinkedList,DoubleLinkedList,堆栈,队列,字典等)的集合

文件大小:43KB

文件格式:ZIP

更新时间:2024-06-05 23:06:59

TypeScript

TSData结构 TypeScript的数据结构(LinkedList,DoubleLinkedList,堆栈,队列,字典等)的集合。 安装 npm i datastructure-ts --save 数据结构 链表 1-> 2-> 3-> 4 getHead():LinkedNode 返回“ Head”节点 isEmpty():布尔值 如果“ LinkedList”为空,则返回“ true”,否则为“ false”。 size():数字 返回节点数 append(value:T):LinkedList 将给定值附加到“ linkedList”并返回更新的“ LinkedList” getLast():LinkedNode 返回“ Last”节点 toArray():T [] 返回所有项目的数组。 const linkedList : LinkedList < number


【文件预览】:
TSDataStructure-master
----.travis.yml(169B)
----package.json(1KB)
----tslint.json(252B)
----tests()
--------List()
--------Nodes()
--------BinaryTree()
--------Dictionary()
--------Stack()
--------Queue()
----LICENSE(1KB)
----package-lock.json(86KB)
----src()
--------List()
--------Nodes()
--------BinaryTree()
--------Dictionary()
--------Stack()
--------Queue()
--------index.ts(378B)
----tsconfig.json(5KB)
----.coveralls.yml(45B)
----.gitignore(52B)
----README.md(5KB)

网友评论