Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 185 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 185 Bytes

H-curve

A space-filling curve (called H-curve) near to Hilbert curve by clustering property but more efficient.

Here are Haskell and C implementations of Hilbert curve and H-curve.