{"id":51681125,"url":"https://github.com/tgrothe/java-box-puzzle","last_synced_at":"2026-07-15T13:34:03.795Z","repository":{"id":206785392,"uuid":"717693781","full_name":"tgrothe/java-box-puzzle","owner":"tgrothe","description":"A backtracking approach in Java for a box puzzle, perhaps similar to Sudoku","archived":false,"fork":false,"pushed_at":"2026-07-01T02:58:11.000Z","size":369,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-15T13:34:02.375Z","etag":null,"topics":["backtracking-algorithm","box3d","java","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tgrothe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-12T09:23:50.000Z","updated_at":"2026-07-01T02:58:14.000Z","dependencies_parsed_at":"2023-11-13T10:28:41.236Z","dependency_job_id":"5c419b30-6ba7-4729-9858-c38d102a2286","html_url":"https://github.com/tgrothe/java-box-puzzle","commit_stats":null,"previous_names":["tgrothe/box-puzzle","tgrothe/java-box-puzzle"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tgrothe/java-box-puzzle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fjava-box-puzzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fjava-box-puzzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fjava-box-puzzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fjava-box-puzzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgrothe","download_url":"https://codeload.github.com/tgrothe/java-box-puzzle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fjava-box-puzzle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35507792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backtracking-algorithm","box3d","java","puzzle-solver"],"created_at":"2026-07-15T13:33:59.537Z","updated_at":"2026-07-15T13:34:03.789Z","avatar_url":"https://github.com/tgrothe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## box-puzzle\n\nA large cube-shaped box has the dimensions `5x5x5`. This box is to be completely filled with smaller boxes.\n\nPossible candidates are:\n\n    1x1x1, 5-fold\n    1x2x4, 6-fold\n    2x2x3, 6-fold\n\nAn ~~additional~~ \"magic\" box with the dimensions `1x1x1` should always be placed in the middle/center of the large box.\n\nThis should be solved with backtracking in Java.\n\n---\n\nOne solution could be:\n\n![img1](img1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrothe%2Fjava-box-puzzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgrothe%2Fjava-box-puzzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrothe%2Fjava-box-puzzle/lists"}