Licence
ISC
Version
0.1.4
Deps
0
Size
42 kB
Vulns
0
Weekly
0
数据 【用法】
array
二叉搜索树
import { BinarySerachTree } from 'jx-struts';
字典
import { Dictionary } from 'jx-struts';
双向链表
import { DoubleLinkedList } from 'jx-struts';
图
import { Graph } from 'jx-struts';
哈希map
import { HashMap } from 'jx-struts';
哈希table
import { HashTable } from 'jx-struts';
链表
import { LinkedList } from 'jx-struts';
优先级队列
import { PriorityQueue } from 'jx-struts';
队列
import { Queue } from 'jx-struts';
集合
import { Set } from 'jx-struts';
栈
import { Stack } from 'jx-struts';