Skip to content

Commit 82a8b57

Browse files
committed
Substring with non repeated character from the 1st character
1 parent 20091ab commit 82a8b57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

First_Longest_Nonrepeated_Substring.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Arijit = Arij
1+
// Find the first non repeated character substring
2+
//Arijit = Arij
23
import java.util.*;
34
public class First_Longest_Nonrepeated_Substring {
45
public static void main(String[] args) {

0 commit comments

Comments
 (0)