RSS 13 projects tagged "Algorithms"

Download Website Updated 13 Sep 2012 TSP Solver and Generator

Screenshot
Pop 63.81
Vit 2.10

TSPSG is intended to generate and solve "travelling salesman problem" (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using the Branch and Bound method to solve a particular task.

Download No website Updated 10 Jul 2012 nedtries

Screenshot
Pop 77.14
Vit 3.17

nedtries is a portable in-place bitwise binary Fredkin trie algorithm that allows for near constant time insertions, deletions, finds, closest fit finds, and iteration. It is approximately 50-100% faster than red-black trees and up to 20% faster than O(1) hash tables. It provides implementations as C macros, C++ templates, and as a C++ STL compatible associative container.

No download Website Updated 17 Mar 2012 llrb.h

Screenshot
Pop 40.79
Vit 1.63

llrb.h is an iterative implementation of Robert Sedgewick's 2-3 variant left-leaning red-black tree algorithm. It's written to be a drop-in replacement for Niels Provos' <sys/tree.h> C preprocessor red-black tree library.

Download Website Updated 15 Jan 2012 BS

Screenshot
Pop 24.04
Vit 1.00

BS is a data structures library. It features fixed size, random access sequences. The sequences are constructed over B-trees. Complexity for most single item operations is about O(logN). The sequences are three to five times faster over random access BST-based sequences, while having better memory usage characteristics.

Download Website Updated 20 Jun 2011 Zebra_Mptt

Screenshot
Pop 24.00
Vit 1.01

Zebra_MPTT is a PHP class that provides an implementation of the modified preorder tree traversal algorithm. It provides methods for adding nodes anywhere in the tree, deleting nodes, moving and copying nodes around the tree, and for retrieving information about the nodes. It uses table locks to ensure that database integrity is always preserved and that concurrent MySQL sessions don’t compromise data integrity. A caching mechanism ensures that regardless of the type or the number of retrieval operations, the database is read only once per script execution.

No download No website Updated 26 Sep 2010 bin-packing

Screenshot
Pop 26.76
Vit 31.17

bin-packing is an implementation of the 1-dimensional bin packing algorithms in PHP: next fit, first fit, best fit, and worst fit.

Download No website Updated 25 Aug 2010 hilbert-curve

Screenshot
Pop 31.46
Vit 1.44

hilbert-curve is a fast Hilbert curve implementation in PHP. It uses a table-based approach. It includes the Moore curve and the Z-curve.

No download Website Updated 23 Jun 2010 php mudnames

Screenshot
Pop 42.52
Vit 1.51

php mudnames is a PHP class that can generate random names for characters used in role playing games such as multi-user dungeon (MUD) games. Although the names do not mean anything, they sound very much like typical names of characters that you often see in this kind of game. It can retrieve text data from one of several dictionary files. The dictionary data is used to generate random names based on selected capabilities and used particles.

Download Website Updated 29 Dec 2009 Classless.Hasher

Screenshot
Pop 59.92
Vit 3.23

Classless.Hasher is a collection of standard hashing and checksum algorithms implemented within the .NET framework (Microsoft, Mono, etc.). It provides a uniform interface to easily use any of the algorithms contained within this library in other programs.

No download Website Updated 30 Sep 2009 Asterisk Config PHP-Parser

Screenshot
Pop 32.95
Vit 36.51

The Asterisk Config PHP-Parser is a simple but effective PHP function that is able to parse any standard Asterisk configuration file and output the data into a multi-dimensional array.

Screenshot

Project Spotlight

Untangle

A Linux-based network gateway.

Screenshot

Project Spotlight

Stabie Rand Editor

A reimplementation of the RAND text editor.