Skip to content
/ lcs Public

node.js实现最长公共子序列算法

Notifications You must be signed in to change notification settings

21sxc/lcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装

npm install gogo-lcs

使用

const lcs = require('gogo-lcs').lcsDP
console.log(lcs('ABCD', 'EACB')) // 输出2

About

node.js实现最长公共子序列算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published