[Haskell-cafe] Set (Set a) like container - but more efficient?

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Sat Aug 23 10:46:50 UTC 2014


Sounds a bit like a Trie...

On 23 August 2014 20:42, Marc Weber <marco-oweber at gmx.de> wrote:
> Does a Set (Set a) like container exist already but which is represented
> as tree internally, eg
>
> A
> ` - B - C
>     ` - D
> ` - X - Y
>
> which would represent ABC ABD and AXY ? If it does not what would be a
> nice name to create such container?
>
> Marc Weber
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list