From 0f6fc2eea10be027734d89d5b9149c1fd202c01b Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:21:26 +0530 Subject: [PATCH] Update Max_length_chain.cpp --- Daily/Max_length_chain.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Daily/Max_length_chain.cpp b/Daily/Max_length_chain.cpp index be560a62..1167d8c7 100644 --- a/Daily/Max_length_chain.cpp +++ b/Daily/Max_length_chain.cpp @@ -4,12 +4,7 @@ struct val{ int first; int second; }; -/* -The structure to use is as follows -struct val{ - int first; - int second; -};*/ + class Solution{ public: /*You are required to complete this method*/