{"id":50939,"library":"yudai-golcs","title":"golcs","description":"Package lcs provides functions to calculate Longest Common Subsequence (LCS) values from two arbitrary arrays.","status":"active","version":"0.0.0-20170316035057-ecda9a501e82","language":"go","source_language":null,"source_url":"https://github.com/yudai/golcs","tags":["lcs","diff","algorithm","sequence"],"install":[{"cmd":"go get github.com/yudai/golcs","lang":"bash","label":"Install github.com/yudai/golcs"}],"dependencies":[],"imports":[{"symbol":"lcs","correct":"github.com/yudai/golcs"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yudai/golcs\"\n)\n\nfunc main() {\n\ta := []int{1, 2, 3, 4}\n\tb := []int{2, 3, 5}\n\tlcs := lcs.New(a, b).Value()\n\tfmt.Println(lcs)\n}","lang":"go","description":"Compute LCS of two integer slices"},"warnings":[],"env_vars":null,"search_vec":"'algorithm':19 'arbitrari':15 'array':16 'calcul':7 'common':9 'diff':18 'function':5 'golc':1 'lcs':3,11,17 'longest':8 'packag':2 'provid':4 'sequenc':20 'subsequ':10 'two':14 'valu':12","created_at":"2026-06-15T05:14:29.423444+00:00","updated_at":"2026-06-15T05:14:29.423444+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yudai/golcs","github":"https://github.com/yudai/golcs","docs":"https://pkg.go.dev/github.com/yudai/golcs#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}