Skip to content

Releases: doganoo/PHPAlgorithms

Performance Improvement

25 Jul 07:19
Compare
Choose a tag to compare

Add caching for HashTable keys

Performance Improvement

23 Jul 20:50
Compare
Choose a tag to compare

Small performance improvement for HashTable's.

There is no additional "containsKey" check which costs another O(n) performance.

Major Version with Breaking Changes

09 Oct 08:18
c95ed00
Compare
Choose a tag to compare
  • namespace change: from plural to singular
  • strict_types=1 for each class
  • removed deprecated classes (such as HashMap, Comparable, etc.)
  • using spl_object_hash for object keys in HashTable

check out the wiki for further information

bugfix

28 Sep 13:04
Compare
Choose a tag to compare
0.0.27

removed debug output

LinkedList remove method

28 Sep 08:37
Compare
Choose a tag to compare
  • remove method fix
  • new tests
  • strict types

minor fixes

20 Sep 19:31
Compare
Choose a tag to compare
  • test namespaces
  • LRU Cache NPE

0.0.24

24 Mar 14:41
Compare
Choose a tag to compare
updated composer.json and gitignore

0.0.23

14 Feb 21:59
Compare
Choose a tag to compare
updated composer.json

0.0.22

27 Jan 00:18
Compare
Choose a tag to compare
count sub graphs in AbstractGraph

0.0.21

02 Dec 13:01
Compare
Choose a tag to compare
arraylist contains key