Skip to content

Commit 26d84df

Browse files
committed
Refactored LinkedList, DoubleLinkedList, HashMap
1 parent feec40d commit 26d84df

13 files changed

+1232
-4557
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lup-structures",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "NPM Node package providing more data structures in TypeScript.",
55
"main": "./lib/index",
66
"types": "./lib/index.d.ts",

src/DynamicBVH.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// TODO
22

3-
// export class DynamicBVH {}
3+
// export default class DynamicBVH {}

0 commit comments

Comments
 (0)