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
13131 . Defining a ` values() ` generator method.
14141 . Returning ` undefined ` from ` get() ` when no such index exists.
1515
16+ Read the [ blog post] ( https://humanwhocodes.com/blog/2019/01/computer-science-in-javascript-linked-list/ ) about the design of this class.
17+
1618## Usage
1719
1820Use CommonJS to get access to the ` LinkedList ` constructor:
Original file line number Diff line number Diff line change 11{
22 "name" : " @humanwhocodes/linked-list" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " A LinkedList implementation in JavaScript" ,
55 "main" : " linked-list.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments