MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_0003/Solution.java:29–35  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

27 }
28
29 public static void main(String[] args) {
30 Solution solution = new Solution();
31 System.out.println(solution.lengthOfLongestSubstring("abcabcbb"));
32 System.out.println(solution.lengthOfLongestSubstring("bbbbb"));
33 System.out.println(solution.lengthOfLongestSubstring("pwwkew"));
34 System.out.println(solution.lengthOfLongestSubstring("Abcabcbb"));
35 }
36}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected