[ ソース: golang-github-yudai-golcs ]
パッケージ: golang-github-yudai-golcs-dev (0.0~git20170316.ecda9a5-3)
golang-github-yudai-golcs-dev に関するリンク
Debian の資源:
golang-github-yudai-golcs ソースパッケージをダウンロード:
- [golang-github-yudai-golcs_0.0~git20170316.ecda9a5-3.dsc]
- [golang-github-yudai-golcs_0.0~git20170316.ecda9a5.orig.tar.xz]
- [golang-github-yudai-golcs_0.0~git20170316.ecda9a5-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Go Longest Common Subsequence
This package can be used to calculate LCS of slices.
All the methods of Lcs cache their return values. For example, the memo table is calculated only once and reused when Values(), Length() and other methods are called.