{"id":25402301,"url":"https://github.com/raviseta/count-sorted-vowel-strings","last_synced_at":"2025-09-19T22:06:38.498Z","repository":{"id":165502175,"uuid":"491376979","full_name":"raviseta/count-sorted-vowel-strings","owner":"raviseta","description":"Leet code solution for count sorted vowel strings","archived":false,"fork":false,"pushed_at":"2022-05-12T05:33:00.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T12:59:27.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/raviseta.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,"zenodo":null}},"created_at":"2022-05-12T05:32:02.000Z","updated_at":"2022-05-12T05:32:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"124266ea-d3e1-44fd-811d-5b1460ab5989","html_url":"https://github.com/raviseta/count-sorted-vowel-strings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raviseta/count-sorted-vowel-strings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2Fcount-sorted-vowel-strings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2Fcount-sorted-vowel-strings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2Fcount-sorted-vowel-strings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2Fcount-sorted-vowel-strings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviseta","download_url":"https://codeload.github.com/raviseta/count-sorted-vowel-strings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2Fcount-sorted-vowel-strings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276010697,"owners_count":25569831,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"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":[],"created_at":"2025-02-16T01:34:04.826Z","updated_at":"2025-09-19T22:06:38.481Z","avatar_url":"https://github.com/raviseta.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# count-sorted-vowel-strings\nLeet code solution for count sorted vowel strings\n\nGiven an integer n, return the number of strings of length n that consist only of vowels (a, e, i, o, u) and are lexicographically sorted.\n\nA string s is lexicographically sorted if for all valid i, s[i] is the same as or comes before s[i+1] in the alphabet.\n\nExample 1:\n\nInput: n = 1\nOutput: 5\nExplanation: The 5 sorted strings that consist of vowels only are [\"a\",\"e\",\"i\",\"o\",\"u\"].\nExample 2:\n\nInput: n = 2\nOutput: 15\nExplanation: The 15 sorted strings that consist of vowels only are\n[\"aa\",\"ae\",\"ai\",\"ao\",\"au\",\"ee\",\"ei\",\"eo\",\"eu\",\"ii\",\"io\",\"iu\",\"oo\",\"ou\",\"uu\"].\nNote that \"ea\" is not a valid string since 'e' comes after 'a' in the alphabet.\nExample 3:\n\nInput: n = 33\nOutput: 66045\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviseta%2Fcount-sorted-vowel-strings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviseta%2Fcount-sorted-vowel-strings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviseta%2Fcount-sorted-vowel-strings/lists"}