Geometric algorithms course at AGH UST. ๐
Each folder contains an algorithm implementation and a report. ๐ฉโ๐ป
The leading programming language during this course: Python. ๐
Reports are written in Polish, because whole course was conducted in Polish.
I also made an effort to "equip" each folder with an English, short readme to provide a better understanding of the algorithm's concept and showcase the obtained visualizations.
๐ธ lab01 - Geometric predicates
๐ธ lab02 - Convex hull (Graham/Jarvis)
๐ธ lab03 - Triangulating y-monotone polygons
๐ธ lab04 - Segments intersections