algorithms-with-crystal
algorithms-with-crystal
This is a collection of different algorithms written in Crystal. The purpose of this package is to define basic algorithms in a concise, but readable form. However, no (pre)mature optimizations should be expected here and code should never be used in production.
Contents
Iterative
- coprime
- maxsub
- isprime
Recursive
- factorial
- fibonacci
- gcd
Search
- binary
- linear
Sort
- bubble
- insertion
- selection
- merge
- radix
Running tests
$ make test
License
Repository
algorithms-with-crystal
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 7 years ago
- June 18, 2017
License
MIT License
Links
Synced at
Fri, 22 Nov 2024 07:00:50 GMT
Languages