Google
 

3/11/2007

Nite Flite Script Library - 1.2

Nite Flite Script Library is a collection of script libraries that implement the basic computer science structures (stacks, queues, priority queues), file operations (read, write, and append), and sorting (Bubble sort, Insertion sort, Merge sort, and Quick sort). These routines can be used and reused in lots of ways. At the same time, these libraries also help new scripters to understand the basics of programming. The routines in this collection, while by no means "the final word" on the subject, have been written with an eye toward helping scripters to write better code that is both fast and clean.
What's new in this version:
The priority queue library was incorrectly handling inserts in the middle of the queue. This has been corrected.

The stack library has had a "peek" handler added so that you don't have to "pop" an item to see what it is.

The miscellaneous library has had a handler added to swap/replace text in a given string with other text.


Website
Download Nite Flite Script Library