Day 27/100 Completing Udemy Course!

Anasthasia Manu
1 min readMay 9, 2020

So implemented the Evaluating post fix algorithm below! (error from previous post, not a postfix to infix algo):

Evaluating post fix expression, first algo try

This was a little easier to implement knowing how the infix to postfix works. Postfix notation is how machines read and understand expressions to be evaluated so implementing this crude version is helping me understand the bigger picture of the under-workings of computers at low-computational level.

I’ve also updated my Day 16 blog and moved in to here https://medium.com/@anasthasiamanu/algorithm-code-analysis-cdace89ded45 so I can collate all my algorithm/code analysis information. Thought it would make sense to collect everything in one place!

--

--