Skip to content

Releases: doganoo/PHPAlgorithms

smaller fixes

Choose a tag to compare

@doganoo doganoo released this 28 May 10:13
2.1.1

fix some php8 issues

add fromIterable

Choose a tag to compare

@doganoo doganoo released this 25 May 20:12
2.1.0

add static method fromIterable

improved Code Quality

Choose a tag to compare

@doganoo doganoo released this 24 May 09:32
  • return types/type hints where missing
  • jsonSerialize return type for PHP 8

added BucketSort

Choose a tag to compare

@doganoo doganoo released this 07 Feb 12:46
78152f0
1.1.1

Merge pull request #25 from tuqqu/bucket_sort

1.1.0

Choose a tag to compare

@doganoo doganoo released this 11 Sep 07:10
adjust namespace

1.0.7

Choose a tag to compare

@doganoo doganoo released this 07 Feb 22:12
add hashable Objects

1.0.6

Choose a tag to compare

@doganoo doganoo released this 01 Feb 18:34
exclude null values

1.0.5

Choose a tag to compare

@doganoo doganoo released this 10 Jan 20:30
remove var_dump

1.0.4

Choose a tag to compare

@doganoo doganoo released this 17 Dec 18:11
add toArray method

BugFix: do not cache HashTable key as array key

Choose a tag to compare

@doganoo doganoo released this 25 Jul 07:32

HashTable keys can also be an object