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

outdated

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

0.0.5 #

  • Adds sorting algorithms:
    • bubbleSort
    • insertionSort
    • selectionSort
  • Refactor binary searching to improve performance.
    • lowerBound: parameter change
    • lowerBoundBy: removed (merged with lowerBound)

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
    • binarySearchMax: instead 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 keeping performance and flexibility on mind.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on algorithmic