mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update search/sublist_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
b1726d4b45
commit
5c941cde28
@ -5,6 +5,7 @@
|
|||||||
* @details
|
* @details
|
||||||
*
|
*
|
||||||
* ### Algorithm
|
* ### Algorithm
|
||||||
|
*
|
||||||
* * Sublist search is used to detect a presence of one list in another list.
|
* * Sublist search is used to detect a presence of one list in another list.
|
||||||
* * Suppose we have a single-node list (let's say the first list), and we
|
* * Suppose we have a single-node list (let's say the first list), and we
|
||||||
* want to ensure that the list is present in another list (let's say the
|
* want to ensure that the list is present in another list (let's say the
|
||||||
|
Loading…
Reference in New Issue
Block a user