Skip to content
/ LCS-PHP Public

An Implementation of various LCS (Longest Common Subsequence) in PHP. See Readme.md for more details.

Notifications You must be signed in to change notification settings

dkd903/LCS-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LCS-PHP

An Implementation of various LCS (Longest Common Subsequence) Algorithms in PHP. See Readme.md for more details.

The following Algorithms have been implemented:

  1. Naive recursive algorithm (as implied by theorem 15.1 page 392)
  2. Recursive algorithm with memoization
  3. Dynamic programming version of the algorithm
  4. Quadratic-time linear-space algorithm (Hirschberg)

See http://www.cs.rit.edu/~spr/COURSES/ALG/PROJECT/project.html for more details. Visit http://debjit.me/algorithms for Profiler Runs and Images

About

An Implementation of various LCS (Longest Common Subsequence) in PHP. See Readme.md for more details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages