nbro/andz

Implement functions to convert between infix, postfix and prefix notations

nbro opened this issue · 0 comments

nbro commented

TODO

  • Implement infix-to-postfix
  • Implement infix-to-prefix
  • Implement postfix-to-infix
  • Implement prefix-to-postfix
  • Write tests

Resources