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.
- To build use the Makefile: make
- Then call ./main
- Follow the instructions and type, for example, 'hello' and 'hallo'.