nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement functions to convert between infix, postfix and prefix notations

nbro opened this issue · comments

commented

TODO

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

Resources