RSS 1 project tagged "Algorithms"

Download No website Updated 10 Jul 2012 nedtries

Screenshot
Pop 77.86
Vit 3.18

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.

Screenshot

Project Spotlight

MDIUtilities

A set of utility classes that can be used for Desktop application development.

Screenshot

Project Spotlight

STX B+ Tree

C++ template classes implementing a B+ tree key/data container in main memory.