Monthly Archives: May 2016

Manacher’s algorithm

manacher’s algorithm what’s it? manacher’s algorithm is good at calculate palindrome string, the time-complexity can reach o(n). it would re-use the pattern to calcuate, so it is very efficient. case 1 : sub-palindrome is contained in parent palindrome case 2: … Continue reading

Posted in algorithm | Leave a comment

a speical character issue on jenkins jobdsl plugin

a speical character issue on jenkins jobdsl plugin Issue I change one jobDsl groovy file for jenkins, try to add some shell script there : but when I tried to regnerate the jenkins job, I got this error : the … Continue reading

Posted in devops | Tagged | Leave a comment