Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
2k views

How can I make voronoi treemaps?

I want to make voronoi treemaps for statistics data, like newsgraphy Do you know how I can do that in Perl, PHP, Ruby, or Python?
1
vote
2answers
197 views

Java - Swapping Values and Keys in one Map?

I am making an encrypt and decrypt program for my programming class, however I am a year ahead of the group so I thought I'd simplify things by using what I learned last year. I decided to use a Tree ...
1
vote
1answer
699 views

tree maps using actionscript

can any body help me?? i have a task to make a tree map with actionscript 3.0 and using the rectangle packing algorithm!!! can anybody help me,,i cant find a resourse to teach me how to do this,,i ...
0
votes
2answers
52 views

Converting Treemap keys and values to array

I need to convert a TreeMap to an array; could anyone show me how it's done? I need both keys and values.I am mapping each word to its frequency in a text file Here is output : Bypass Internet ...
0
votes
3answers
175 views

How do I create nested TreeMaps?

This is somewhat related to my previous question but I've realised that I needed to deal with the issue of nesting earlier in the problem, so here's where I am. (I'm also not far off being a beginner ...