Skip to content

Commit

Permalink
Merge pull request #2 from Anushka-Bhowmick/main
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Debaditya-Som authored Aug 13, 2023
2 parents 30165f8 + ed464e2 commit f27c50d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#include<bits/stdc++.h>
using name space as std;

Expand Down Expand Up @@ -50,4 +51,4 @@ int findMax(Node *head){
head = head->left;
}
return head->data;
}
}

0 comments on commit f27c50d

Please sign in to comment.