Hashit is a generic hash library.
It provides different collision handling methods, which could be selected at table creation time and has one common interface for all this methods.
A per-value class that implements a generic tree data structure. A tree is a hierarchical data structure where every node has exactly one parent (expect the root) and no or several children.
Along with this relational structure,...
General purpose binary and multiway tree library for Max OS X Cocoa.
Template Math Library is a generic math library with support for bignums, that act like primitive types, with many math functions (such as trigonometric, logarithm, etc).
Singly Linked-list - Doubly Linked-list - Stack - Queue - Deque - Generic Tree - AVL Tree - RB Tree
N-ary tree library for strings. Supports addtion, deletion, and whole substring matching. Proper prefixes are supported.
A set of libraries which includes: - Time schedule library - HTTP communication library - Generic parser library - Image processing library
Binary search trees provide O(lg n) performance on average for important operations such as item insertion, deletion, and search operations. Balanced trees provide O(lg n) even in the worst case. GNU libavl is the most complete,...
Support for Finnish online banks and Luottokunta credit card payments. Supported banks include Aktia, Handelsbanken, Nordea, Osuuspankki, Sampo Pankki, SdoTAdoTAstdoTApankki, S-Pankki, Tapiola and doOCZlandsbanken.
The module will be...
A simple to use general purpose Tree data structure implementation in Ruby. Provides easy access methods for navigating the hierarchy, as well as for accessing the nodes. Also provides ability to marshal the entire tree structure. |