{"id":19943999,"url":"https://github.com/ultraviolet-ninja/permutationgenerator","last_synced_at":"2025-10-24T06:41:02.379Z","repository":{"id":198187063,"uuid":"412881851","full_name":"Ultraviolet-Ninja/PermutationGenerator","owner":"Ultraviolet-Ninja","description":"Creating full and partial sets of permutations in Java using Heap's algorithm","archived":false,"fork":false,"pushed_at":"2021-11-27T23:14:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-12T05:10:38.612Z","etag":null,"topics":["heap-algorithm","java","permutation"],"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/Ultraviolet-Ninja.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}},"created_at":"2021-10-02T18:35:37.000Z","updated_at":"2022-02-20T01:06:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffae0eb4-580d-4ac6-8703-8fa38962fe01","html_url":"https://github.com/Ultraviolet-Ninja/PermutationGenerator","commit_stats":null,"previous_names":["ultraviolet-ninja/permutationgenerator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ultraviolet-Ninja%2FPermutationGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ultraviolet-Ninja%2FPermutationGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ultraviolet-Ninja%2FPermutationGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ultraviolet-Ninja%2FPermutationGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ultraviolet-Ninja","download_url":"https://codeload.github.com/Ultraviolet-Ninja/PermutationGenerator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374502,"owners_count":19952543,"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":["heap-algorithm","java","permutation"],"created_at":"2024-11-13T00:18:44.279Z","updated_at":"2025-10-24T06:40:57.301Z","avatar_url":"https://github.com/Ultraviolet-Ninja.png","language":"Java","readme":"# Permutation Generator\n\n## Description\n\nProject was designed to explore how permutation generation works and to collect all possible permutations of a given array.\n\nA program like this runs in O(n!) \"factorial time\", making it incredibly slow and large when the array size gets above 10\n\nWhile the collection part wasn't successful, this served a good lesson in understanding how to make permutations in Java, how to make it a multithreaded application and the maximum capacities of the major collections in Java besides the LinkedList and other Node based structures whereas most are capped at\n\n```java\nInteger.MAX_VALUE\n```\n## Future\n\nI might come up with ways to edit the program to serve different use cases\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraviolet-ninja%2Fpermutationgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultraviolet-ninja%2Fpermutationgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraviolet-ninja%2Fpermutationgenerator/lists"}