From eeb5af0bba2aae165105d052a6f6fa1b1eb64ec3 Mon Sep 17 00:00:00 2001 From: Nitin Sharma <32377892+foo290@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:37:59 +0530 Subject: [PATCH] Update search/sublist_search.cpp docs Co-authored-by: David Leal --- search/sublist_search.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/search/sublist_search.cpp b/search/sublist_search.cpp index c990e1bb2..4569af9c8 100644 --- a/search/sublist_search.cpp +++ b/search/sublist_search.cpp @@ -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.