{"id":25488103,"url":"https://github.com/fawredd/faw-string-permutations","last_synced_at":"2025-09-12T06:33:34.370Z","repository":{"id":247877422,"uuid":"827073296","full_name":"fawredd/faw-string-permutations","owner":"fawredd","description":"This function takes a string and generates all possible arrangements (permutations)  of its characters. It considers all substrings, from single characters to the entire string.","archived":false,"fork":false,"pushed_at":"2024-07-11T03:02:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-11T04:26:35.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fawredd.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":"2024-07-11T01:14:04.000Z","updated_at":"2024-07-11T04:26:45.309Z","dependencies_parsed_at":"2024-07-11T04:26:38.844Z","dependency_job_id":"eb0df0eb-625e-451e-80b5-52395c5d9f74","html_url":"https://github.com/fawredd/faw-string-permutations","commit_stats":null,"previous_names":["fawredd/faw-string-permutations"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawredd%2Ffaw-string-permutations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawredd%2Ffaw-string-permutations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawredd%2Ffaw-string-permutations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawredd%2Ffaw-string-permutations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fawredd","download_url":"https://codeload.github.com/fawredd/faw-string-permutations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550323,"owners_count":19657540,"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":"2025-02-18T20:49:20.390Z","updated_at":"2025-02-18T20:49:21.066Z","avatar_url":"https://github.com/fawredd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Given a string, make a function that returns the number of posible character combinations. \nINPUT: \"CCB\"\nOUTPUT: 8\n\n8 is the result of theese combinations:\nC, B, CC, CB, BC, CCB, CBC, BCC\n\n#javascript #dfs #backtrack #permute #permutation #filter","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawredd%2Ffaw-string-permutations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffawredd%2Ffaw-string-permutations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawredd%2Ffaw-string-permutations/lists"}