Data structures for solving the following two problems:
Range minimization: given an array X of data, quickly find min(X[i:j]) for different ranges i:j.
Least common ancestors: given a tree, quickly find the lowest tree node that...
Common python services such as pickle, deepcopy and comparison tests either fail entirely or do not scale for highly recursive data structures. This recipe presents a reversible "flatten" transformation that allows for such operations.
This article offers many Perl database management solutions that are quick to store and use Perl data structures to and from disk and yet have low overheads. This article is good for programmers who don't want to get tied up with a relational...
The ExpressOrgChart is a fully functional VCL component (both data aware and non data aware), designed for the display and editing of hierarchical tree data structures such as the contents of a book or file system on a disc.Each node of the tree...
Here's a text-based object browser that is helpful when working with big complicated data structures.
In this tutorial the author demonstrates on using XML data in ASP by using XSL. This tutorial explains the role of XML in data transmitting and details on the usage of XSL with XML. The author says that XSL can be used to format the data which may...
In this Perl article which is a part of the series named The Perl You Need to Know, the author teaches you how to work with Perl's list and wit hash data structures.
Features:
• Control written in pure "managed" C# (CSharp)
• Not require SQL or any other database (Only file copy)
• Cookie security addins to prevent double submissions...
If you have ever wanted to store data temporarily in your Delphi, C++ Builder or Kylix application, and you at the same time wanted full access to the data as if they were stored in a database table, you have the right solution here. kbmMemTable...
The ExpressDBTree Suite provides you with a series of powerful and easy-to-use tree controls for the display of recursive data in an application. Features such as smart-record loading improve the performance and flexibility of the control to a...
Data Recovery Applications is a php based script that helps all users to recover their lost data quickly and easily. It performs not only recovering data, it also allows users to scan for virus in data. This script has several tools which provides...
This is a java applet program which monitors oracle STATSPACK files. This program has the capability to track and read files which are in .zip and .gz formats. This applet process the users STATSPACK files in a memory efficient data structures...
Written for readers with at least some Perl programming experience, Mastering Algorithms in Perl delivers a solid library of algorithms written in Perl for business and mathematical computing. From data structures to cryptography and more advanced...
This is an article, in which users can find some procedures that help them to perform customization on data format on data binding. This tutorial explains that this provided trick will be useful in data bound value formatting or customization,...
Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively. / The C++ Standard Library provides...