{"id":22218307,"url":"https://github.com/coders-school/parentheses","last_synced_at":"2025-07-27T14:32:35.885Z","repository":{"id":80080939,"uuid":"201547026","full_name":"coders-school/parentheses","owner":"coders-school","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-21T09:11:31.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T03:04:02.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coders-school.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-08-09T22:12:09.000Z","updated_at":"2022-01-18T16:08:57.000Z","dependencies_parsed_at":"2023-07-01T04:19:08.767Z","dependency_job_id":null,"html_url":"https://github.com/coders-school/parentheses","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coders-school/parentheses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fparentheses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fparentheses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fparentheses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fparentheses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coders-school","download_url":"https://codeload.github.com/coders-school/parentheses/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fparentheses/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267370616,"owners_count":24076458,"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-07-27T02:00:11.917Z","response_time":82,"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":"2024-12-02T22:20:13.673Z","updated_at":"2025-07-27T14:32:35.878Z","avatar_url":"https://github.com/coders-school.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parentheses\n\nWrite a program to determine if the the parentheses (),\nthe brackets [], and the braces {}, in a string are balanced.\n\nFor example:\n\n{{)(}} is not balanced because ) comes before (\n\n({)} is not balanced because ) is not balanced between {}\n     and similarly the { is not balanced between ()\n\n[({})] is balanced\n{}([]) is balanced\n{()}[[{}]] is balanced\n\n1 commit = 1 nowy test (i tylko jeden). Mogą być też oddzielne commity na refactor. Każdy commit powinien się kompilować i przecchodzić testy (zawsze zielono na CI). Refaktoruj na bieżaco. Użyj STLa. Użyj Catcha lub GTesta do pracy w trybie TDD.\nGdy skończysz całość, napisz te same testy w drugim frameworku (Catch lub GTest) i również je wkomituj.\n\nStruktura projektu:\n\n```\nParentheses\n  |- src (pliki cpp)\n  |- inc (pliki hpp)\n  |- test_catch (pliki cpp z testami w Catch)\n  |- test_gtest (pliki cpp z testami z GTest)\n  |- CMakeLists.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoders-school%2Fparentheses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoders-school%2Fparentheses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoders-school%2Fparentheses/lists"}