Skip to content

Commit

Permalink
doc: Add a useful resource (TheAlgorithms#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaishnavi Amira Yada authored Aug 20, 2022
1 parent feb2246 commit 251f340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structure/linkedlist/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
***
## What is it?
***
Linked list is a data structure that is a linear chain of data elements whose order is not given by their phyisical placement in memory. This structure is built up of nodes which point to the element ahead or behind this particular node (depending on the type of Linked List).
[Linked list](https://www.scaler.com/topics/linked-list/) is a data structure that is a linear chain of data elements whose order is not given by their phyisical placement in memory. This structure is built up of nodes which point to the element ahead or behind this particular node (depending on the type of Linked List).

# Types of Linked List implemented within this repository

Expand Down

0 comments on commit 251f340

Please sign in to comment.