资 源 简 介
A couple of classes i made during development of game in flash ActionScript 3.0. At this moment i uploaded two classes: Map and Astar. First one is an implementation of Map with keys to values correspondence which uses binary search for find/insert operations. It like Dictionary class from flash.utils package, but it have more helpful methods and freedom. And second one is an efficient implementation of Astar (A) pathfinding algorithm in as3.
Enjoy.