Skip to content

In this repository you can find an implementation of Hirschberg Algorithm in C++. I'm thankful for any feedback!

Notifications You must be signed in to change notification settings

Js109/Hirschberg_Algorithm_Cpp_Longest_Common_Subsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hirschberg Algorithm in C++

This is implemented as in the paper "A Linear Space Algorithm for Computing Maximal Common Subsequences" by D.S. Hirschberg using the algorithms B and C described there.

  1. To build use the Makefile: make
  2. Then call ./main
  3. Follow the instructions and type, for example, 'hello' and 'hallo'.

About

In this repository you can find an implementation of Hirschberg Algorithm in C++. I'm thankful for any feedback!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published