home |  
Sell Downloads - Ejunkie
open db network by 19.5 degrees
LYRICS | FREE E-BOOKS | SELL DOWNLOADS WITH PAYPAL
 in   
contribute for fun & profit
brink
-Flashincrypt 2...
-VisDoc 1.3..
-SE|PY 1.0..
-SciTE|Flash 200..
-PrimalScript 3...
-elbsource API-S..
-ASLib..
-AS2Doc Professi..
-ActionDoc Beta ..
-(De)Compress / ..
-3D..
-Animation / Tex..
-Backend..
-Convertors..
-File Managers /..
-Flash for Devic..
-Flash Screensav..
-Flash Wallpaper..
-Font..
 
See all Flash Software
 
-Extensions/Plug..
-FLA..
-Flash Software..
-Flash Tutorials..
 
See all Flash
 
All Resources > Flash > Flash Software > ACTIONSCRIPT EDITORS
spread the word around  send this page to a friend   read/write comments/corrections/additions comments  rate this 

ASLib

listed by Jagadeesh
 
 
views: 5133 | rating: 6/10 homepage
 


ASLib is an ActionScript 2.0 based library that implements common data structures. This release contains the following data structures:

  • Single Linked List
  • Stack
  • Queue
  • Hash Table
  • Binary Tree

Description:

  • Single Linked List
    The list is composed of list nodes, which can hold any data type in form of a Single Linked List Object. Default inserts are made at the head of the list. Nodes in the list have unique keys that can be used for data searches and or node removal.
  • Stack:
    The stack uses the single linked list for its internal structure. The stack is a regular "last-in, first-out", LIFO, structure. It can hold any data type in form of a StackObject.
  • Queue:
    The queue uses the single linked list for its internal structure. The queue is a regular "first-in, first-out", FIFO, structures. It can hold any data type in form of a QueueObject.
  • HashTable:
    The hash table uses an array of single linked lists. It can hold any data type in form of a HashTableObject. The HashTableObject's numeric key is used to hash to a linked list array location using the modulus on the object key and the array length. Once the single linked list array location is determined, a default insert at the front of the list is performed. The object key is not only used to determine the correct array hash location but also to find the object within a linked list while performing a search and or a removal of an object.
  • BinaryTree:
    The binary tree can hold any data type in from of a BinaryTreeObject that is wrapped in a Tree Node object that has references to its left and right tree node siblings. This implementation has recursive as well as iterative tree node insert methods.



« PREVIOUS
  INDEX
NEXT »

spread the word around
read comments

RE: Where is ASLib
posted by: thelordofcheese
on: Dec 25, 06 7:10 am

Click on the homepage link on this page: http://sourceforge.net/projects/aslib2/

post reply | read replies (0)



Where is ASLIB
posted by: Donde
on: Jun 11, 05 9:22 am

Perhaps I am blind, but where can I download ASLIB?

post reply | read replies (1)



read more commentspost comment 



home | contact | contribute | terms of use | privacy policy |