|
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. |
|
| Fast String Search Algorithm |
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