Skip to content

rcmarc/quadtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadtree

This is a java implementation of the Quadtree data structure, the main implementation is on the core folder

Build

You must have maven installed on your machine

First run this to install the local dependencies

mvn clean install

Then build the project:

mvn clean package

Run visual project

mvn -pl visual clean javafx:run

Run app project

mvn -pl app clean javafx:run

About

Quadtree java implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages