A Computational Geometry course repository including some experiments
-
Updated
Feb 15, 2023 - Julia
A Computational Geometry course repository including some experiments
bunch of scripts useful for building geospatial softwares
Computational Geometry Assignments for CS F402 at BPHC 2020-2021 session Semester 1.
📐 Geometry Uni Assignments
2D computational geometry library
Convex Hull Algorithms (2D & 3D), KD-Trees, Orthogonal Search, Delaunay Triangulation
A repository containing my implementations of various computational geometry algorithms, including Convex Hull and Delaunay Triangulation, all written in Go. It provides a Benchmark for further testing.
Convex Hull with Jarvis' Algorithm implemented in Julia
computational geometry exercises
Advanced algorithms course (SCC0218).
A Computational Geometry Library written in C++. Educational Purpose.
The implementation in C++ of the closest-pair doubling algorithm which finds the smallest distance between two points in a metric space in O(n log n) time without directly using the points' coordinates.
Android app that generates convex hulls using computational geometry algorithms
A library with several computational geometry algorithms in the N-dimensional space.
📐 Computational geometry labs
🎨Coding Project 2 for Computational Geometry Course (CSN-523)
A small and lightweight library to store and work with 2-, 3- and 4-dimensional vectors
Add a description, image, and links to the computational-geometry-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the computational-geometry-algorithms topic, visit your repo's landing page and select "manage topics."