My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites
-
Updated
Feb 7, 2022 - C++
My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites
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.
Problems solved in various platforms like CodeForces, CodeChef, LeetCode. HackerRank, HackerEarth
Classic Fizz Buzz example in C++
✅ MCQ Quiz Example - Solution: Multiple-choice Quiz Application
Add a description, image, and links to the educative topic page so that developers can more easily learn about it.
To associate your repository with the educative topic, visit your repo's landing page and select "manage topics."