RSS 2 projects tagged "Algorithms"

Download No website Updated 10 Jul 2012 nedtries

Screenshot
Pop 77.86
Vit 3.19

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.

Download Website Updated 13 Sep 2012 TSP Solver and Generator

Screenshot
Pop 64.19
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.

Screenshot

Project Spotlight

Makeflow

A workflow engine for executing large complex applications on clusters, clouds, and grids.

Screenshot

Project Spotlight

NagminV

A Nagios and Shinken administration tool as a Webmin Module.