{"id":40578037,"url":"https://github.com/tgrothe/box-puzzle","last_synced_at":"2026-01-21T02:30:43.756Z","repository":{"id":206785392,"uuid":"717693781","full_name":"tgrothe/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-01-01T02:10:45.000Z","size":219,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-05T17:50:14.647Z","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-01-01T02:10:48.000Z","dependencies_parsed_at":"2023-11-13T10:28:41.236Z","dependency_job_id":"5c419b30-6ba7-4729-9858-c38d102a2286","html_url":"https://github.com/tgrothe/box-puzzle","commit_stats":null,"previous_names":["tgrothe/box-puzzle"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tgrothe/box-puzzle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fbox-puzzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fbox-puzzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fbox-puzzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fbox-puzzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgrothe","download_url":"https://codeload.github.com/tgrothe/box-puzzle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrothe%2Fbox-puzzle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28623209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"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-01-21T02:30:43.247Z","updated_at":"2026-01-21T02:30:43.743Z","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%2Fbox-puzzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgrothe%2Fbox-puzzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrothe%2Fbox-puzzle/lists"}