PolyUnpack
Algorithm implementation
An implementation of the PolyUnpack algorithm in C++
The implementation of the algorithm PolyUnpack.
12 stars
6 watching
4 forks
Language: C++
last commit: over 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
philkr/lpo | This implementation allows learning and inference/proposal algorithm for object detection | 90 |
petarv-/algorithms | A collection of C++ implementations of various algorithms and data structures | 645 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 510 |
spaghetti-source/algorithm | C++ implementations of various algorithms for studying and understanding algorithmic concepts. | 780 |
ivanfratric/polypartition | A lightweight C++ library for polygon partition and triangulation with various algorithms | 661 |
laurentluce/python-algorithms | A collection of algorithms implemented in Python | 279 |
timsort/cpp-timsort | A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 299 |
mlpack/ensmallen | A high-quality C++ library for non-linear numerical optimization | 743 |
ron4fun/bigintegercpp | A C++11 implementation of a large integer library for efficient and clean arithmetic operations on arbitrary-precision integers | 33 |
kennyledet/algorithm-implementations | A collection of algorithm implementations in various programming languages. | 2,196 |
simonmar/parconc-examples | Sample code to accompany a book on parallel and concurrent programming in Haskell | 353 |
progamergov/neural-dream | An implementation of DeepDream algorithm using PyTorch for image processing and computer vision. | 132 |
bonzaithepenguin/wikisort | An optimized sorting algorithm with O(1) memory usage. | 1,268 |
shkolovy/classic-algorithms-c-sharp | A collection of implementations of fundamental algorithms and data structures in C# | 35 |
prabhuomkar/pytorch-cpp | A C++ implementation of PyTorch tutorials | 1,965 |