Timeline for Can a Trie be implemented efficiently?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:55 | history | edited | CommunityBot | replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/ | |
| Sep 16, 2013 at 21:29 | comment | added | István Zachar | Thanks @d555, I'm glad that you find it helpful. To root the graph, simply use Graph[edgeList, VertexLabels -> vertexRep, ImagePadding -> 10, GraphLayout -> {"LayeredEmbedding", "RootVertex" -> 10}] (for further details, see this thread). | |
| Sep 16, 2013 at 16:40 | comment | added | Jonathan Prieto-Cubides | How can I set an absolute root for the tree? for example, put 'ho' as root of tree or another. | |
| Sep 16, 2013 at 16:03 | comment | added | Jonathan Prieto-Cubides | I liked so much the result of your code. Actually, I'd implemented it too. So, I'm trying to decipher line to line your code. ;) | |
| Jul 4, 2012 at 21:18 | history | edited | István Zachar | CC BY-SA 3.0 | deleted 57 characters in body |
| Mar 26, 2012 at 8:32 | history | answered | István Zachar | CC BY-SA 3.0 |