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
Asked
Active
Viewed 238 times
0

Some programmer dude
- 400,186
- 35
- 402
- 621

Ruby
- 3
- 4
-
2*"I have been trying a lot"* - Then you'll have *something* to show for it, however minuscule. Please post it in your question. – StoryTeller - Unslander Monica Dec 21 '16 at 13:13
-
1Prefix notation can be easily implemented using stacks. Single-linked list are very good as stacks. Think a little about that, preferably using pen and paper, while you search the Internet for any of the thousands of examples that are available. – Some programmer dude Dec 21 '16 at 13:16