{"id":21216683,"url":"https://github.com/jackhowa/balance-the-parens","last_synced_at":"2025-03-15T00:41:35.400Z","repository":{"id":78849649,"uuid":"100423841","full_name":"JackHowa/balance-the-parens","owner":"JackHowa","description":"Algorithm test for using arrays to check for equality of a string of parens ","archived":false,"fork":false,"pushed_at":"2017-08-15T22:20:24.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T16:44:42.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/JackHowa.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":"2017-08-15T22:18:58.000Z","updated_at":"2017-08-15T22:20:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bfcb4db-7986-456a-9019-bdf729b26449","html_url":"https://github.com/JackHowa/balance-the-parens","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fbalance-the-parens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fbalance-the-parens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fbalance-the-parens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fbalance-the-parens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackHowa","download_url":"https://codeload.github.com/JackHowa/balance-the-parens/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667965,"owners_count":20328036,"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":"2024-11-20T21:55:09.514Z","updated_at":"2025-03-15T00:41:35.374Z","avatar_url":"https://github.com/JackHowa.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# balance-the-parens\ninput: string, paren hash from opening paren to closing paren\n\noutput: boolean which determines if the string contains balanced parentheses\n\n\"12(3)3\" =\u003e True \n\")(\" =\u003e False\n\n\"[](){}\" =\u003e True\n\n\"[_((_]))\" =\u003e True \n\n\"[({})]{}()[]\"\n\n\"[  (]     )\" =\u003e False \n[\"[\",\"(\",\"]\"] # 1 \n[[\"(\"], [\")\"]]\n\n\n\"((()))()\"\n\n\"[()]\"\n ^\n\"[dsfa({fdas}f)das]....\" =\u003e True\n\"([)]\" =\u003e False \n'[' =\u003e False\n\nparens: {'(' =\u003e ')', '[' =\u003e ']', '{' =\u003e '}'}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackhowa%2Fbalance-the-parens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackhowa%2Fbalance-the-parens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackhowa%2Fbalance-the-parens/lists"}