Skip to content

This Python project for data structures and algorithms class converts infix to postfix expressions, evaluates postfix expressions, and computes infix expressions without using `eval`. It supports complex tokenization, custom exception handling, and avoids built-in stack classes.

Notifications You must be signed in to change notification settings

paunovicbojana/infix-postfix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

About

This Python project for data structures and algorithms class converts infix to postfix expressions, evaluates postfix expressions, and computes infix expressions without using `eval`. It supports complex tokenization, custom exception handling, and avoids built-in stack classes.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages