Update search/sublist_search.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-07-06 08:34:52 +05:30
committed by GitHub
parent b1726d4b45
commit 5c941cde28

View File

@@ -5,6 +5,7 @@
* @details
*
* ### Algorithm
*
* * 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
* want to ensure that the list is present in another list (let's say the