Skip to content

zliou/hilbert-curve-indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Author: Zachary Liou

Created: 2023 September 20

Hilbert Curve Search

This project was created as a way to explore the concept of a Hilbert curve.

The Python script in this repo explores a strategy for grouping/indexing points of interest in a 2D space along a Hilbert curve.

Given a search point, the script will generate a set of random points and return nearby points - both along the Hilbert curve and by traditional Pythagorean proximity. A scatter plot is rendered to visualize the comparison of both search strategies.

To run the script:

python3 hilbert.py

About

An exploratory project in 2D fractal curves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages