Fix typo in README.md (#5895)

This commit is contained in:
KhalidDev
2024-10-25 20:48:00 +03:00
committed by GitHub
parent bc9645c0ea
commit e154a50105

View File

@ -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