You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data-structures/circular-doubly-linked-list/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ A JavaScript implementation of a circular doubly linked list. This class uses th
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/03/computer-science-in-javascript-circular-doubly-linked-lists/) about the design of this class.
17
+
16
18
## Usage
17
19
18
20
Use CommonJS to get access to the `CircularDoublyLinkedList` constructor:
0 commit comments