Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 412 Bytes

CG-Homework

This repo contains my CG-2020 (Tsinghua University) homework :


PA1

Convex Hull using Graham Scan;

Internal Points;

PA2

Closest Pair using divide & conquer;

Delaunay Triangulation using Randomized Incremental;

PA3

Orthogonal Windowing Query using range tree & interval tree

Point Location using trapezoid map.

Fruit Ninja by dual transform

Codes have been released.