SupurCalvinHiggins / y-fast-trie

A C++ implementation of a Y-Fast Trie.
1 stars 1 forks source link

Changed return types of split and to_dot #55

Closed ethan-j-carlson closed 2 years ago

ethan-j-carlson commented 2 years ago

I made to_dot (formally generate_dot) return a string instead of writing to a file and returning void. Additionally, split returns an array of two trees instead of a vector.