https://github.com/peter-lyons-kehl/purely-functional
Graph operations, pattern searches, heuristics, bitwise optimisation, designing structures for caching
https://github.com/peter-lyons-kehl/purely-functional
Last synced: 3 days ago
JSON representation
Graph operations, pattern searches, heuristics, bitwise optimisation, designing structures for caching
- Host: GitHub
- URL: https://github.com/peter-lyons-kehl/purely-functional
- Owner: peter-lyons-kehl
- License: gpl-3.0
- Created: 2018-11-12T02:12:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T18:08:40.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T13:53:41.371Z (8 months ago)
- Language: Clojure
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purely Functional
Solutions for a Clojure-specific training. This purposefuly doesn't mention the website's name, because we don't want other users to be tempted.
Problems solved include: Graph operations, pattern searches, heuristics, designing structures for caching.