UNPKG
107w-heap
Version:
latest (1.0.0)
1.0.0
提供js堆排序(优先级队列)数据结构
107w-heap
/
package.json
12 lines
•
230 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"107w-heap"
,
"version"
:
"1.0.0"
,
"main"
:
"index.js"
,
"description"
:
"提供js堆排序(优先级队列)数据结构"
,
"keywords"
:
[
"heap"
,
"heapSort"
,
"BigHeap"
]
,
"license"
:
"ISC"
}