Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MJUIUC committed Jan 6, 2017
1 parent e0b1ab2 commit 9c4e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge_8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Random Pointer Linked List
======
Idea
------
You are given a linked list, nothing unusual about that right? The kicker is that aside from the normal "next" attribute each node has, they also have a "random" attribute. The "random" attribute is essentially a reference to any other node in the linked list. For example, take a look at the linked list below.
You are given a linked list, nothing unusual about that right? The kicker is that aside from the normal "next" attribute each node has, they also have a "random" attribute. The "random" attribute is essentially a reference to any other node in the linked list. For example, take a look at the linked list below. Don't know what a linked list is? start [here](https://www.cs.cmu.edu/~adamchik/15-121/lectures/Linked%20Lists/linked%20lists.html)

![](linkedlist.jpg)

Expand Down

0 comments on commit 9c4e967

Please sign in to comment.