algorithmic 0.0.4 copy "algorithmic: ^0.0.4" to clipboard
algorithmic: ^0.0.4 copied to clipboard

outdated

A collection of useful algorithms in Dart with keeping performance and flexibility on mind.

0.0.4 #

  • Refactor linear searching for better flexibility and performance. Modified methods are:
    • linearSearch: parameter change
    • linearSearchReversed: parameter change
    • linearSearchBy: new
    • linearSearchReversedBy: new
  • Refactor binary searching for better flexibility and performance. Modified methods are:
    • lowerBound: parameter change
    • upperBound: parameter change
    • lowerBoundBy: new
    • upperBoundBy: new
    • binarySearch: re-implementation
    • binarySearchMax: replacement of binarySearchReversed

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
21
likes
0
points
280
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of useful algorithms in Dart with keeping performance and flexibility on mind.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on algorithmic