From 84cf2f2c8494f076f05e483c01a9620e623a31f5 Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:22:14 +0530 Subject: [PATCH] Update Max_length_chain.cpp --- Daily/Max_length_chain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Max_length_chain.cpp b/Daily/Max_length_chain.cpp index c0c3702..5ac9361 100644 --- a/Daily/Max_length_chain.cpp +++ b/Daily/Max_length_chain.cpp @@ -6,7 +6,6 @@ struct val{ }; - class Solution{ public: static bool comp(struct val a, struct val b)