simpler-dll:Simpler & Code Golfed 双向链表

时间:2024-06-25 14:26:10
【文件属性】:

文件名称:simpler-dll:Simpler & Code Golfed 双向链表

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-25 14:26:10

JavaScript

更简单的dll 一个简洁、代码打高尔夫球的双向链表对象 277 个字符 每个节点包含一个值和最多两个对象,表示列表中的前一个 (p) 和下一个 (n) 对象(如果适用)。 @property {object} d [data] represents the doubly-linked list @property {number} l [length] represents the total length of the list @method a [append] appends a new node to the list, e.g. d.a('first') @method c [clone] clones a node at a specific position and appends it to


【文件预览】:
simpler-dll-master
----dll.js(3KB)
----README.md(794B)

网友评论