Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 491 Bytes

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