MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Method main

Java/Leetcode/Leetcode125.java:4–7  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

2
3public class Leetcode125 {
4 public static void main(String[] args) {
5 String s="OP";
6 System.out.println(palin(s));
7 }
8
9 static boolean palin(String s) {
10 StringBuilder s1 = new StringBuilder();

Callers

nothing calls this directly

Calls 1

palinMethod · 0.95

Tested by

no test coverage detected