mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-06 17:29:31 +08:00
Fix typo in README.md (#5895)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
## Linked List
|
## Linked List
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
LinkedList is a data structure in which data is stored in a linear manner. It usually contains a data field and a link to the memory location of the next mode.
|
LinkedList is a data structure in which data is stored in a linear manner. It usually contains a data field and a link to the memory location of the next node.
|
||||||
|
|
||||||
### Structure
|
### Structure
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user