Skip to content

Commit

Permalink
Update and rename Mar7.java to Longest repeating and non-overlapping …
Browse files Browse the repository at this point in the history
…substring
  • Loading branch information
dishathakurata authored Mar 15, 2024
1 parent 08cb142 commit 03ac77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mar7.java → ...t repeating and non-overlapping substring
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ static String longestSubstring(String s, int n) {

return ans.toString();
}
};
};

0 comments on commit 03ac77a

Please sign in to comment.