Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| An implementation of four linear data structures. |
Version 1.00 ·
Date Added: 6/01/08
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Popisfizzy.pif_DataStructures##version=3
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Popisfizzy.pif_DataStructures##version=3
|
| |
Data structures are ways of storing data so that it can be used efficiently, and many computer programs and functions are used to access data efficiently. This library provides implementations of four of five linear data structures: linked lists, stacks, queues, and deques. The last type, arrays, are not really implementable in DM, and the closest analog would be a list.
Release Notes:
- Version 1.00 Released June 1, 2008.
Thanks goes to
Hulio-G for the awesome hub icon.
Login to post a comment.