algorithmic 0.0.3 algorithmic: ^0.0.3 copied to clipboard
A collection of some popular algorithms to give yourself superpower.
0.0.3 #
- Update linear search method documentation.
- Implements binary searching algorithms:
- lowerBound
- upperBound
- binarySearch
- binarySearchReversed
0.0.2 #
- Add benchmarking and organize examples.
- Improves runtime for linear searching.
0.0.1 #
- Implements linear searching algorithms:
- linearSearch
- linearSearchReversed