Skip to content

Commit

Permalink
Update Max_length_chain.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Dec 19, 2024
1 parent 0548df5 commit 8cee3e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Max_length_chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ struct val{

class Solution{
public:
/*You are required to complete this method*/
static bool comp(struct val a, struct val b)
{
if(a.first != b.first)
Expand Down

0 comments on commit 8cee3e4

Please sign in to comment.