Skip to content

Instantly share code, notes, and snippets.

package com.tonygwu.puzzles.dp;
import java.util.*;
import com.tonygwu.utils.Pair;
/**
* Given a string s, find all palindromes within it. Does not have to be contiguous.
* @author tony
*