Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elianalopez authored Dec 1, 2020
1 parent 3b38a97 commit 2c5ab7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,14 @@ There are two types of linked-list we would go over:
* Unordered Linked-List
* Ordered Linked-List

### Unordered Linked List

### Nodes

<p align="center"><img src="https://github.com/elianalopez/Data-Structures-and-Algorithms-Notes-with-Python/blob/main/Images/UnorderedLinkedList.PNG" width="900" height="120"></p>
#### Unordered List

The unordered list is a collection of items where new items are inserted at the end of the list regardless of order or value. The illustration below demonstrates what an unordered linked-list looks like:

<p align="center"><img src="https://github.com/elianalopez/Data-Structures-and-Algorithms-Notes-with-Python/blob/main/Images/UnorderedLinkedList.PNG" width="900" height="120"></p>

#### Unordered List ADT

Expand Down

0 comments on commit 2c5ab7d

Please sign in to comment.