From 5c941cde2842bda82b13116eefdfd6a6ba64e00e Mon Sep 17 00:00:00 2001 From: Nitin Sharma <32377892+foo290@users.noreply.github.com> Date: Tue, 6 Jul 2021 08:34:52 +0530 Subject: [PATCH] Update search/sublist_search.cpp Co-authored-by: David Leal --- search/sublist_search.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/search/sublist_search.cpp b/search/sublist_search.cpp index 11eb348dc..ea0328f40 100644 --- a/search/sublist_search.cpp +++ b/search/sublist_search.cpp @@ -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