File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/data-structures/linked-list Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ A JavaScript implementation of a linked list. This class uses the conventions of
13
13
1 . Defining a ` values() ` generator method.
14
14
1 . Returning ` undefined ` from ` get() ` when no such index exists.
15
15
16
+ Read the [ blog post] ( https://humanwhocodes.com/blog/2019/01/computer-science-in-javascript-linked-list/ ) about the design of this class.
17
+
16
18
## Usage
17
19
18
20
Use CommonJS to get access to the ` LinkedList ` constructor:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @humanwhocodes/linked-list" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " A LinkedList implementation in JavaScript" ,
5
5
"main" : " linked-list.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments