Imports

Chapter 8 — Sorting in Linear Time

This is the canonical CLRS fourth-edition chapter guide during the migration period.

Current source

Sections 8.1--8.4 are native fourth-edition sections (lower bounds for sorting, counting sort, radix sort, and bucket sort), imported directly from Section 8.1, Section 8.2, Section 8.3, and Section 8.4. Section 8.2 includes the nested count-table and mutable output-array refinements. Declarations retain the CLRS.Chapter08 namespace during the compatibility period; the third-edition-numbered imports CLRSLean.Chapter_08 and CLRSLean.Chapter_08.Section_08_* forward to these sources.

Coverage boundary

The represented lower-bound and linear-time sorting developments are reused.

See docs/clrs-fourth-edition-map.csv for the section-level mapping and docs/migrations/clrs4.md for compatibility and deprecation policy.