Skip to content

Commit

Permalink
Update adt-and-links.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjb211 committed Sep 5, 2019
1 parent eacc526 commit 2a603e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adt-and-links/adt-and-links.md
Expand Up @@ -259,7 +259,7 @@ state of the List object, `myList`, using both an array and a linked list as the
<td><img width="1500" src="res/Array4.png"></td>
</tr>
<tr>
<td>In the array list implementation, a new node is created that contains the item, then
<td>In the linked list implementation, a new node is created that contains the item, then
the `next` variable of both the newly created node and the node referred to by `head`
are updated accordingly.</td>
<td><img width="1500" src="res/Linked4.png"></td>
Expand Down

0 comments on commit 2a603e8

Please sign in to comment.