4
votes
0answers
50 views

Scala heap implementation

I'm Scala beginner, so if anyone would be so kind and give some feedback. ...
4
votes
0answers
73 views

Binary Search Tree Monad Implementation

I've written a Binary Search Tree Monad in Scala. I would like to hear your thoughts on how to improve it (e.g. making insertion/deletion/search faster and more scalable). Also, is there a better way ...