Skip to content

Commit 2c5ab7d

Browse files
authored
Update README.md
1 parent 3b38a97 commit 2c5ab7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,14 @@ There are two types of linked-list we would go over:
338338
* Unordered Linked-List
339339
* Ordered Linked-List
340340

341-
### Unordered Linked List
342341

343342
### Nodes
344343

345-
<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>
344+
#### Unordered List
345+
346+
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:
346347

348+
<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>
347349

348350
#### Unordered List ADT
349351

0 commit comments

Comments
 (0)