AS3 Data Structures For Game Developers

Michael Baczynski, a flash developer from Germany is sharing his actionscript classes which he uses in GameDevelopment, but you can use the classes in any application.
In the structures you can find:

  • Collections
  • Multi-Dimensional Arrays
  • Queue
  • Stack
  • Tree
  • Binary Tree
  • Binary Search Tree (BST) and Hash Table
  • Linked Lists
  • Heap and Priority Queue
  • Graph
  • Bit Vector

The classes are AS3.

Script Image: 
ds_logo.gif
Script author: 
Michael Baczynski