dl-doubly-linked-list-ts
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -35,3 +35,3 @@ import { DLNode } from "./dlnode"; | ||
get length() : number { | ||
return this._length; | ||
return this._length + 1; | ||
} | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "dl-doubly-linked-list-ts", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Typescript library for doubly linked-list implementation.", | ||
@@ -5,0 +5,0 @@ "main": "doublyLinkedList.js", |
2725821