{"id":15415878,"url":"https://github.com/davidje13/kata-anagrams","last_synced_at":"2026-05-18T05:48:33.491Z","repository":{"id":151511032,"uuid":"150000501","full_name":"davidje13/kata-anagrams","owner":"davidje13","description":"My implementation of http://codekata.com/kata/kata06-anagrams/","archived":false,"fork":false,"pushed_at":"2018-12-24T10:48:00.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T14:02:52.265Z","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-23T16:01:04.000Z","updated_at":"2020-12-18T19:37:20.000Z","dependencies_parsed_at":"2023-05-18T18:31:11.878Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/kata-anagrams","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"806fcb24501a997cb535956b9c8756bb7f189354"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-anagrams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-anagrams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-anagrams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-anagrams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/kata-anagrams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618448,"owners_count":20482319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:04.843Z","updated_at":"2025-10-27T09:51:20.566Z","avatar_url":"https://github.com/davidje13.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anagram Finder\n\nImplementation of katas to:\n\n* find anagrams in a list of words\n* find n-word anagrams of an input word (up to 3 words)\n\n---\n\nThe kata specifications are here:\n\n* http://codekata.com/kata/kata06-anagrams/\n* http://codingdojo.org/kata/Anagram/\n\n## Testing\n\n```sh\n./gradlew test\n```\n\n## Running\n\n### Anagrams\n\n```sh\n# Report all anagrams in wordlist\n./gradlew run --args='/usr/share/dict/words --length-asc'\n\n# Report all multi-word anagrams of the input word\n./gradlew run --args='/usr/share/dict/words documenting --words-desc'\n\n# Report all words contained within the input word (\"countdown\"-style)\n./gradlew run --args='/usr/share/dict/words documenting --length-asc'\n```\n\nIdentified anagrams will be printed to stdout.\n\n### Equations\n\n```sh\n# Combine the given inputs to reach a target\n./gradlew run --args='2 7 9 10 25 75 268'\n```\n\nAny identified equation is printed to stdout.\n\n### Flags\n\nThe order of the output can be controlled with the following flags:\n\n* `--words-desc`: sets with the most words first\n* `--words-asc`: sets with the most words last\n* `--length-desc`: sets with the longest words first\n* `--length-asc`: sets with the longest words first\n\n## Profiling\n\nThe executable can be profiled using:\n\n```sh\n./gradlew installDist \u0026\u0026 time ./build/install/anagrams/bin/anagrams /usr/share/dict/words documenting\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkata-anagrams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fkata-anagrams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkata-anagrams/lists"}