Skip to content

onikw/Computational-geometry-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computational Geometry course

Task solutions from "Computational Geometry" course AGH UST 2023/2024

Description

This repository contains implementations of tasks from my Computational Geometry course

It is based on resources provided by BIT Scientific Group (template notebooks, visualizer and tests)

Table of Contents

Laboratory Description Source
Lab 1 Geometric Predicates Lab1
Lab 2 Convex Hull - Graham and Jarvis Algorithms Lab2
Lab 3 Monotonic Polygon Triangulation Lab3
Lab 4 Line Intersection - Sweep Line Algorithm Lab4
Project Orthogonal Range Searching - KD-Tree and QuadTree Project Repository

Prerequisites

  • Python 3.12 or later
  • pip (Python package installer)

Setup Instructions

1. Clone the Repository

Run the following command to clone the project:

git clone https://github.com/onikw/Computational-geometry-course.git
cd Computational-geometry-course

2. Install Dependencies

Use pip to install all dependencies:

pip install -r requirements.txt

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published