mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs : documentation fixes
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
bc43643715
commit
8740c411e4
@ -4,7 +4,8 @@
|
||||
* a single linked list](https://simple.wikipedia.org/wiki/Linked_list)
|
||||
* @details
|
||||
* The linked list is a data structure used for holding a sequence of
|
||||
* values, which can be added, displayed,reversed, or removed.
|
||||
* values, which can be added, displayed, reversed, or removed.
|
||||
|
||||
* ### Algorithm
|
||||
* Values can be added by iterating to the end of a list (by following
|
||||
* the pointers) starting from the first link. Whichever link points to null
|
||||
|
Loading…
x
Reference in New Issue
Block a user