Friday, July 13, 2018

Infix expression design

July 13, 2018

Introduction


I spent last two days to look into infix expression. I like to know how and why infix expression is designed to allow open and close bracket to help and make it easy to parse using a stack.

I like to google and then find out.

Follow up 

July 14, 2018 10:30 PM

I played tennis today and then I figured out something for my blog on tennis court.

I like to give a good name for this infix expression design.  It is most cheapest way to use extra space to get optimal time complexity.

To design infix expression just uses those extra open bracket and close bracket, cheapest extra space to allow smart programmer to apply linear time to parse the expression, just use a stack to apply the storage for those unprocessed expression.





No comments:

Post a Comment