Skip to content

gubi95/HaskellPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo contains following playground Haskell projects:

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

Watchers

Forks

Releases

No releases published

Packages

No packages published