Theodis

Joined: Jun 14 1999

The person who made the Capture the Flag game :).

Shoutbox

Theodis
Jun 7 2009, 6:09 am
Ahh neat just barely noticed this box here! Anyway yeah I could package it up as a library. But I think a stack works more efficiently when implemented with a normal list rather than a linked one.

IainPeregrine
Jun 4 2009, 12:03 am
Ahoy Theodis. I use a linked list structure you posted on the forums ages ago (ID:347289). I've even edited my BYOND directory so that it shows up as a library (Theodis.Queue). Perhaps you could release it as such, so that others can use it, too? You can find it, in the form I use it, here.

I took the liberty of adding a Stack() proc so that the same linked list object can be used for both stacking and queuing. Thanks.

[See all] [Login to shout]

Theodis' Favorite Resources

by Theodis | May 20 2005
Tags: pathfinding
A library containing implementations of the A* and Dijkstra algorithms.