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 fffc00f commit 0f6fc2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Daily/Max_length_chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit 0f6fc2e

Please sign in to comment.