Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbrtj/perl-algorithm-quadtree
Algorithm::QuadTree CPAN module
https://github.com/bbrtj/perl-algorithm-quadtree
algorithms hacktoberfest perl
Last synced: 1 day ago
JSON representation
Algorithm::QuadTree CPAN module
- Host: GitHub
- URL: https://github.com/bbrtj/perl-algorithm-quadtree
- Owner: bbrtj
- Created: 2022-04-17T17:32:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T18:41:45.000Z (about 2 years ago)
- Last Synced: 2025-01-07T01:58:19.422Z (6 days ago)
- Topics: algorithms, hacktoberfest, perl
- Language: Perl
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Algorithm::QuadTree
A Perl module implementing [quadtrees](https://en.wikipedia.org/wiki/Quadtree).## Code and documentation
[Algorithm::QuadTree on CPAN](https://metacpan.org/release/Algorithm-QuadTree)## Bugs and feature requests
Please use the Github's issue tracker to file both bugs and feature requests.## Contributions
Contributions to the project in form of Github's pull requests are
welcome. Please make sure your code is in line with the general
coding style of the module. Let me know if you plan something
bigger so we can talk it through.### Original Author
Ala Qumsieh### Current maintainer
Bartosz Jarzyna