Skip to content

Releases: doganoo/PHPAlgorithms

smaller fixes

28 May 10:13

Choose a tag to compare

2.1.1

fix some php8 issues

add fromIterable

25 May 20:12

Choose a tag to compare

2.1.0

add static method fromIterable

improved Code Quality

24 May 09:32

Choose a tag to compare

  • return types/type hints where missing
  • jsonSerialize return type for PHP 8

added BucketSort

07 Feb 12:46
78152f0

Choose a tag to compare

1.1.1

Merge pull request #25 from tuqqu/bucket_sort

1.1.0

11 Sep 07:10

Choose a tag to compare

adjust namespace

1.0.7

07 Feb 22:12

Choose a tag to compare

add hashable Objects

1.0.6

01 Feb 18:34

Choose a tag to compare

exclude null values

1.0.5

10 Jan 20:30

Choose a tag to compare

remove var_dump

1.0.4

17 Dec 18:11

Choose a tag to compare

add toArray method

BugFix: do not cache HashTable key as array key

25 Jul 07:32

Choose a tag to compare

HashTable keys can also be an object