https://github.com/ml3m/compgeovault
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.
https://github.com/ml3m/compgeovault
algorithms-and-data-structures benchmark computational-geometry computational-geometry-algorithms convex-hull delaunay-triangulation geometric-algorithms graham-scan-algorithm jarvis-march triangulation
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ml3m/compgeovault
- Owner: ml3m
- Created: 2024-10-13T19:19:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T17:09:13.000Z (5 months ago)
- Last Synced: 2025-04-09T18:15:49.117Z (about 2 months ago)
- Topics: algorithms-and-data-structures, benchmark, computational-geometry, computational-geometry-algorithms, convex-hull, delaunay-triangulation, geometric-algorithms, graham-scan-algorithm, jarvis-march, triangulation
- Language: Python
- Homepage:
- Size: 48.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vault of various works in Computational Geometry
- [Go Algorithm Library](go_algorithm_lib)
- [Lab 5 Assignment](lab5_assignment)
- [Lab 6 Assignment](lab6_assignment)
- [Lab 7 Assignment](lab7_assignment)