An open API service indexing awesome lists of open source software.

https://github.com/tabe/lcs

An R6RS library for Longest Common Subsequence (LCS)
https://github.com/tabe/lcs

Last synced: 4 months ago
JSON representation

An R6RS library for Longest Common Subsequence (LCS)

Awesome Lists containing this project

README

          

An R6RS library for Longest Common Subsequence (LCS)

== License

New BSD License

== Acknowledgements

Special thanks to the authors of Gauche[0]'s util.lcs.

== Notes

* Tests needs Ypsilon[1] with an external library (xunit)[2];
Run `YPSILON_SITELIB="path of (xunit)" make test'.

== References

[0] http://practical-scheme.net/gauche/
[1] http://code.google.com/p/ypsilon/
[2] http://github.com/tabe/xunit/