mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 22:46:39 +08:00
Update search/sublist_search.cpp docs
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* @file
|
||||
* @brief Implementation of the [Sublist Search
|
||||
* Algorithm](https://www.geeksforgeeks.org/sublist-search-search-a-linked-list-in-another-list)
|
||||
* algorithm.
|
||||
* @details
|
||||
* * Sublist search is used to detect a presence of one list in another
|
||||
* list.
|
||||
|
||||
Reference in New Issue
Block a user