Update search/sublist_search.cpp docs

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-06-25 11:37:59 +05:30
committed by GitHub
parent 8622ccb795
commit eeb5af0bba

View File

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