An open API service indexing awesome lists of open source software.

https://github.com/petroniuss/geometricalgorithms

Completed assignments from Geometic Algorithms Course.
https://github.com/petroniuss/geometricalgorithms

Last synced: 2 months ago
JSON representation

Completed assignments from Geometic Algorithms Course.

Awesome Lists containing this project

README

        

# Geometric Algorithms Course
Completed assignments from Geometric Algorithms Course.

![67920](https://user-images.githubusercontent.com/31375809/66875560-05f88880-efaf-11e9-8d48-133242ce97db.jpg)

## Laboratories
1. Introduction to pyhton, jupyter, matplotlib - generating various sets of points and classifying them (whether to left or right with respect to some line)
2. Convex Hull - Implementation of Jarvis and Graham algorithm.
3. Detecting intersections between lines - Implementation of Bentley-Ottmann Algorithm.
4. Triangulation of polygons - Implementation of procedure triangulating y-monotone polygons.

### Notes
- Each script contains visualization for implemented algorithms
- Scripts could have used some polishing but there wasn't much time for that...