{"id":15415894,"url":"https://github.com/davidje13/kata-word-chain","last_synced_at":"2026-04-29T19:34:20.543Z","repository":{"id":151511051,"uuid":"150029498","full_name":"davidje13/kata-word-chain","owner":"davidje13","description":"My implementation of http://codekata.com/kata/kata19-word-chains/","archived":false,"fork":false,"pushed_at":"2018-09-25T18:50:32.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T05:03:24.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidje13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-23T22:05:12.000Z","updated_at":"2020-12-18T19:36:49.000Z","dependencies_parsed_at":"2023-05-18T18:30:55.271Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/kata-word-chain","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"e6cd00acb86cef01e5dbc54e8a0ada0734024e81"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidje13/kata-word-chain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-word-chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-word-chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-word-chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-word-chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/kata-word-chain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-word-chain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:10:06.203Z","updated_at":"2026-04-29T19:34:20.518Z","avatar_url":"https://github.com/davidje13.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Chain Finder\n\nImplementation of a kata to find word chains between two words.\n\n---\n\nThe kata specification is here: http://codekata.com/kata/kata19-word-chains/\n\n## Testing\n\n```sh\n./gradlew test\n```\n\n## Running\n\n```sh\n./gradlew run --args='/usr/share/dict/words cat dog'\n```\n\nThe chain will be printed to stdout.\n\nProviding only one word will show the longest chain from that word.\n\nProviding no words will show the longest chain in the given dictionary\n(this is a slow operation)\n\nAn example longest chain is from \"apiole\" to \"chinik\" (50 words).\n\n## Profiling\n\nThe executable can be profiled using:\n\n```sh\n./gradlew installDist \u0026\u0026 time ./build/install/word-chains/bin/word-chains /usr/share/dict/words cat dog\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkata-word-chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fkata-word-chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkata-word-chain/lists"}