-
Notifications
You must be signed in to change notification settings - Fork 4
theDazzler/Reverse-Polish-Notation-in-C
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SCHOOL ASSIGNMENT This is a program written in C that takes a RPN(Reverse Polish Notation) expression and evaluates it using a stack. ex. (1 2 3 + * =) would output "5" because ((2 + 3) * 1) = 5
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published