Lists / Trees etc.

StrTree

An Algorithm for Detecting Duplicate/Previously Encountered Strings. StrTree is an N-tree based search algorithm that breaks strings down by their leading characters. Identical portions are 'clipped' and stored in a single node, with the remainder of the string in similarly divided child nodes.

BList

A basic linked list class for strings.

HashList

Utility classes for storing words.

LinkList

A templatised linked list class.

NOTE: Some of these archives require you to have the Borland run-time library installed. If you do not have this DLL file, you can download it now from here: BC453RTL.ZIP (85 k).

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.