Haskell icon indicating copy to clipboard operation
Haskell copied to clipboard

Simple tree functions

Open djroxx2000 opened this issue 4 years ago • 0 comments

Added simple functions to binary tree structures:

  • Find element's occurrence count
  • Find if element present in tree
  • Check whether tree is symmetric
  • pre and postorder walk
  • Sum of elements in tree
  • Get leaf nodes in tree

djroxx2000 avatar Oct 04 '21 17:10 djroxx2000