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

Method main

src/com/blankj/medium/_0006/Solution.java:58–62  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

56 }
57
58 public static void main(String[] args) {
59 Solution solution = new Solution();
60 System.out.println(solution.convert("PAYPALISHIRING", 3));// PAHNAPLSIIGYIR
61 System.out.println(solution.convert("ABCD", 4));
62 }
63}

Callers

nothing calls this directly

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected