Chasmiccoder / Algos-for-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
17 stars 5 forks source link

Infix to prefix conversion is not fool-proof #14

Closed Chasmiccoder closed 3 years ago

Chasmiccoder commented 3 years ago

Need to update string_reverse() function to handle variables and constants that have a length of more than 1 character

Chasmiccoder commented 3 years ago

Solved!