mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 00:14:33 +08:00
Fix typo in README.md (#5895)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
## Linked List
|
||||
### 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
|
||||
|
||||
|
Reference in New Issue
Block a user