{"id":20271716,"url":"https://github.com/rodneyshag/wordpuzzlesolver","last_synced_at":"2025-04-11T04:32:39.243Z","repository":{"id":123421876,"uuid":"78929655","full_name":"RodneyShag/WordPuzzleSolver","owner":"RodneyShag","description":"Solves word puzzles using backtracking search","archived":false,"fork":false,"pushed_at":"2017-01-15T07:44:18.000Z","size":648,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T04:32:11.300Z","etag":null,"topics":["backtracking-search","puzzle","solver"],"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/RodneyShag.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":"2017-01-14T08:51:34.000Z","updated_at":"2023-05-03T13:05:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd81bdad-1ef1-4777-b0d4-6eee24026a2a","html_url":"https://github.com/RodneyShag/WordPuzzleSolver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FWordPuzzleSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FWordPuzzleSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FWordPuzzleSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FWordPuzzleSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodneyShag","download_url":"https://codeload.github.com/RodneyShag/WordPuzzleSolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345202,"owners_count":21088231,"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":["backtracking-search","puzzle","solver"],"created_at":"2024-11-14T12:39:10.360Z","updated_at":"2025-04-11T04:32:39.195Z","avatar_url":"https://github.com/RodneyShag.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## WordPuzzleSolver\nSolves word puzzles using backtracking search.\u003cbr/\u003e\u003cbr/\u003e\n\nPictured below is a sample word puzzle.\n\n![][example_1a]\n\nOur goal is to fill the empty array with letters such that certain subsets of the letters form words from a given category.\n\nIn the solution below, the letters connected to red lines should form a word from the \"furniture\" category and similarly, the letters connected to the green lines should form a word belonging to the \"clothing\" category. All the words have a length of 3 and the list of candidate words for each category is provided in a word list.\n\n![][example_1b]\n\nUsing backtracking search, we are able to find all solutions to a given problem.\n\n[example_1a]: https://github.com/rshaghoulian/WordPuzzleSolver/blob/master/images/example_1a.jpg\n[example_1b]: https://github.com/rshaghoulian/WordPuzzleSolver/blob/master/images/example_1b.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodneyshag%2Fwordpuzzlesolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodneyshag%2Fwordpuzzlesolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodneyshag%2Fwordpuzzlesolver/lists"}