Skip to content

Repository files navigation

Repo contains following playground Haskell projects:

SkyScannerSimulator

alt text

Tree Drawer

Allows to create binary tree and draw it using level traversal from top to bottom

RPN Equation Solver

Solver is able to convert infix notation to postfix notation and then calculate score using Reverse Polish Notation

Solver supports:

  • addition
  • subtraction
  • brackets priority

example equation that can be calculated: 1+(150-200)+((20+(10)+80)-(160-50))+88

About

Simple RPN solver written in Haskell

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages