1

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 only know what is a tree map and i know actionscript,,nothingmore will adobe flex help me in this task?? please i need your help..

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
ss.
  • 11
  • 3
  • What do you mean by a tree-map? An associative array implemented using a binary search tree? If so, you might want to consider using ActionScript's built-in associative arrays instead. – David Oct 25 '09 at 11:55
  • this is the tree map what i mean http://en.wikipedia.org/wiki/Treemapping – ss. Oct 25 '09 at 11:59
  • Knowing the algorithm and knowing the programming language it should be implemented in is usually sufficient. Can you refine your question? There is an open source tree map implementation for flex: http://code.google.com/p/flex2treemap/ – Markus Johnsson Nov 11 '09 at 19:09

1 Answers1

0

Maybe this library can help. AS3 Data Structures For Game Developers

Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244