{"id":20306968,"url":"https://github.com/ctoic/infix-postfix-prefix-converter","last_synced_at":"2026-05-03T09:34:46.144Z","repository":{"id":129337214,"uuid":"607565541","full_name":"Ctoic/Infix-Postfix-Prefix-Converter","owner":"Ctoic","description":"The \"infix-to-postfix-prefix-converter\" repository on GitHub contains a C++ project that converts infix expressions to postfix or prefix notation and evaluates them using stacks. The project includes a main.cpp file that prompts the user for an infix expression and outputs the converted expression and its evaluated result.","archived":false,"fork":false,"pushed_at":"2024-05-15T11:56:14.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T11:38:17.249Z","etag":null,"topics":["communityexchange","educative","github","github-campus-experts","github-codespaces","learn","student-vscode"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ctoic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-28T08:24:34.000Z","updated_at":"2024-05-15T11:56:17.000Z","dependencies_parsed_at":"2023-03-17T18:31:06.200Z","dependency_job_id":null,"html_url":"https://github.com/Ctoic/Infix-Postfix-Prefix-Converter","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/Ctoic%2FInfix-Postfix-Prefix-Converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ctoic%2FInfix-Postfix-Prefix-Converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ctoic%2FInfix-Postfix-Prefix-Converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ctoic%2FInfix-Postfix-Prefix-Converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ctoic","download_url":"https://codeload.github.com/Ctoic/Infix-Postfix-Prefix-Converter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241803142,"owners_count":20022789,"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":["communityexchange","educative","github","github-campus-experts","github-codespaces","learn","student-vscode"],"created_at":"2024-11-14T17:15:41.649Z","updated_at":"2026-05-03T09:34:46.082Z","avatar_url":"https://github.com/Ctoic.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infix to Postfix and Prefix Converter\n\nThis project provides a simple implementation of a stack-based algorithm to convert infix expressions to postfix (Reverse Polish Notation) and prefix (Polish Notation) expressions. It also includes functionality to evaluate postfix expressions.\n\n## Features\n\n- **Infix to Postfix Conversion**\n- **Infix to Prefix Conversion**\n- **Postfix Expression Evaluation**\n- **Parentheses Matching and Expression Validation**\n\n## Getting Started\n\n### Prerequisites\n\n- C++ compiler (e.g., g++, clang++)\n\n### Building\n\nTo build the project, you can use a simple makefile or compile directly using a C++ compiler. Here is a command to compile using g++:\n\n```sh\ng++ -o converter main.cpp\n```\n\n# License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctoic%2Finfix-postfix-prefix-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctoic%2Finfix-postfix-prefix-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctoic%2Finfix-postfix-prefix-converter/lists"}