Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~224 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kungfu71186

I am now completely lost. I thought i had the correct algorithm to solve this problem, but i can't seem to get it. Anyone have any ideas. I need to balance the parentheses and print each level. Ex: (this + (is) + an + example) It will go through it …

Member Avatar for bglasser
0
179
Member Avatar for kungfu71186

I have a project where we have to "clean" a formula. So if [code] 17 + 18/abc454 * (9/10) [/code] is put in then it should output [code] 17+18/454*(9/10) [/code] Well i got that part and what i do is store it in a buffer (.space) because then i have …

0
45