https://github.com/daniel-beard/damn-cool-algorithm-list
A list of algorithms I find super interesting and cool
https://github.com/daniel-beard/damn-cool-algorithm-list
Last synced: 4 months ago
JSON representation
A list of algorithms I find super interesting and cool
- Host: GitHub
- URL: https://github.com/daniel-beard/damn-cool-algorithm-list
- Owner: daniel-beard
- License: mit
- Created: 2017-03-26T18:51:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T01:08:32.000Z (almost 9 years ago)
- Last Synced: 2025-10-17T06:48:26.696Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# damn-cool-algorithm-list
A list of algorithms I find super interesting and cool
Over time, I plan to add sample implementations for most (if not all) of these in whatever language I find myself needing them in, and add more as I come across them.
- Reservoir Sampling
- Bloom Filter
- dhash (Perceptual Image Hashing)
- DStarLite
- Sieve of Eratosthenes
- Pollard's rho algorithm (Integer factorization)
- BK trees
- [Voronoi Diagram](http://blog.alexbeutel.com/332/interactive-voronoi-diagrams-with-webgl/)