From 0737aff7a31b300b99747a24ab928be6d6305cbd Mon Sep 17 00:00:00 2001 From: RitikaGupta8734 <43800283+RitikaGupta8734@users.noreply.github.com> Date: Thu, 2 Sep 2021 09:40:42 +0530 Subject: [PATCH] Update strings/z_function.cpp Co-authored-by: David Leal --- strings/z_function.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/strings/z_function.cpp b/strings/z_function.cpp index 7f61db0d8..3cc89e520 100644 --- a/strings/z_function.cpp +++ b/strings/z_function.cpp @@ -4,7 +4,6 @@ * finding occurences of a pattern within a piece of text with time and space * complexity O(n + m) * @details - * DESCRIPTION * 1. The Z-function for a string is an array of length n where the * i-th element is equal to the greatest number of characters starting * from the position i that coincide with the first characters of s.