From a095f062f6759803ac5d1746bcc4b9af6848bd1c Mon Sep 17 00:00:00 2001 From: Ujjwal <75884061+UG-SEP@users.noreply.github.com> Date: Sun, 18 Apr 2021 21:52:31 +0530 Subject: [PATCH] added '*/' at the end of the comment (#229) --- algorithms/CPlusPlus/Strings/Bad-or-Good-string.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/algorithms/CPlusPlus/Strings/Bad-or-Good-string.cpp b/algorithms/CPlusPlus/Strings/Bad-or-Good-string.cpp index df0b9ec1..29b59090 100644 --- a/algorithms/CPlusPlus/Strings/Bad-or-Good-string.cpp +++ b/algorithms/CPlusPlus/Strings/Bad-or-Good-string.cpp @@ -101,4 +101,5 @@ int main() /* Input: Enter string: aeiou?? Output: 0(bad string) -Time complexity: O(N) \ No newline at end of file +Time complexity: O(N) +*/