回文串的算法设计与分析
摘要:本文主要内容是基于算法设计与分析课程要求,通过动态规划,回溯算法等算法设计方法对回文串的匹配算法以及回文串的分割算法进行求解。
关键词:动态规划,回溯,回文串。
Algorithm Design and Analysis of Palindrome ChengyuYe/YishaSun Nanjing University of Information and Science Technology Applied Technology College Nanjing Jiangsu 210044
Abstract:The main content of this paper is to solve the matching algorithm of palindrome string through dynamic programming, backtracking algorithm and other algorithm design methods based on algorithm design and analysis course requirements.
Key Words:Dynamic programming, backtracking, palindrome.
目录









