{"id":19782671,"url":"https://github.com/freddiehaddad/shuntingyard","last_synced_at":"2025-07-10T07:33:10.108Z","repository":{"id":225736288,"uuid":"766715099","full_name":"freddiehaddad/shuntingyard","owner":"freddiehaddad","description":"Simple calculator using the Shunting Yard algorithm","archived":false,"fork":false,"pushed_at":"2024-03-04T01:31:54.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-07T00:43:17.583Z","etag":null,"topics":["calculator","go","golang","leetcode","leetcode-go","leetcode-golang","leetcode-solutions","parser","reverse-polish-notation","shunting-yard-algorithm"],"latest_commit_sha":null,"homepage":"https://leetcode.com/problems/basic-calculator/description/?envType=study-plan-v2\u0026envId=top-interview-150","language":"Go","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/freddiehaddad.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}},"created_at":"2024-03-04T01:29:23.000Z","updated_at":"2024-03-04T01:31:24.000Z","dependencies_parsed_at":"2024-03-04T02:47:36.643Z","dependency_job_id":null,"html_url":"https://github.com/freddiehaddad/shuntingyard","commit_stats":null,"previous_names":["freddiehaddad/shuntingyard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freddiehaddad/shuntingyard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddiehaddad%2Fshuntingyard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddiehaddad%2Fshuntingyard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddiehaddad%2Fshuntingyard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddiehaddad%2Fshuntingyard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freddiehaddad","download_url":"https://codeload.github.com/freddiehaddad/shuntingyard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddiehaddad%2Fshuntingyard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545168,"owners_count":23625404,"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":["calculator","go","golang","leetcode","leetcode-go","leetcode-golang","leetcode-solutions","parser","reverse-polish-notation","shunting-yard-algorithm"],"created_at":"2024-11-12T06:05:47.944Z","updated_at":"2025-07-10T07:33:10.087Z","avatar_url":"https://github.com/freddiehaddad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shunting Yard Algorithm\n\nThe program is simple implementation of the [Shunting Yard Algorithm] that\nsupports addition and subtraction of positive and negative integers. It uses\n[Reverse Polish notation] to structure the input and perform the evaluation.\nSupported operators are:\n\n- Plus (+)\n- Minus (-)\n- Parentheses\n\nPrecedence is give to expressions surrounded by parentheses. Evaluation is\nleft-associative.\n\n[reverse polish notation]: https://en.wikipedia.org/wiki/Reverse_Polish_notation\n[shunting yard algorithm]: https://en.wikipedia.org/wiki/Shunting_yard_algorithm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreddiehaddad%2Fshuntingyard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreddiehaddad%2Fshuntingyard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreddiehaddad%2Fshuntingyard/lists"}