Design
range.txt
Associated article: Range Tracking & Comparison Algorithms
Tags: Design
Published source code accompanying the article by Kirk J. Krauss in which he examines range tracking and comparsion algorithms. Some information is best viewed as a list of ranges. Kirk presents algorithms for dealing with ranges. Also see RANGE.ZIP.
Range Tracking & Comparison Algorithms by Kirk J. Krauss Listing One /* The Create Range List algorithm */ /* Tracks a current set of address ranges for the objects that meet */ /* specific criteria. Coalesces the ranges of a contiguous set of */ /* these objects ...


