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)
- Host: GitHub
- URL: https://github.com/tabe/lcs
- Owner: tabe
- Created: 2009-10-14T12:42:19.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-19T06:16:55.000Z (over 16 years ago)
- Last Synced: 2025-07-18T19:22:08.267Z (11 months ago)
- Language: Scheme
- Homepage: http://fixedpoint.jp/
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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/