Skip to content

This repository contains QuadTree and KD-Tree algorithms implemented for an group project assigment as part of "Geometric algorithms" course at AGH University of Science and Technology in Cracow.

Notifications You must be signed in to change notification settings

maciektr/geometric_algorithms_project

Repository files navigation

Geometric Algorithms Project

This repository contains QuadTree and KD-Tree algorithms implemented for an group project assigment as part of "Geometric algorithms" course at AGH University of Science and Technology in Cracow.

Using conda env

  • Import conda env from file
conda env create --force -f env.yml
  • Export conda env to file (you need to activate it first)
conda geo export > geo.yml
  • Activate
conda activate geo
  • Deactivate
conda deactivate

About

This repository contains QuadTree and KD-Tree algorithms implemented for an group project assigment as part of "Geometric algorithms" course at AGH University of Science and Technology in Cracow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published