prefix to infix conversion using singly linked list handling double digit and negative digits in C

269 views Asked by At

I have been trying a lot but I cannot come up with an algorithm to convert prefix to Infix using singly linked list. Also I have to deal with integers -99 to 99. Can anyone at least provide me an algorithm to for this. Thank you very much!! I am coding in C

0

There are 0 answers