You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project provides a C library for converting infix notation to reverse Polish notation (RPN) for use in string calculators. The library includes functions for converting expressions to RPN and determining the priority of operators.