PHPAlgorithms

A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell

MIT License

Downloads
2.6K
Stars
938
Committers
5

Bot releases are hidden (Show)

PHPAlgorithms - smaller fixes Latest Release

Published by doganoo over 1 year ago

PHPAlgorithms - add fromIterable

Published by doganoo over 2 years ago

PHPAlgorithms - improved Code Quality

Published by doganoo over 2 years ago

  • return types/type hints where missing
  • jsonSerialize return type for PHP 8
PHPAlgorithms - added BucketSort

Published by doganoo over 2 years ago

PHPAlgorithms -

Published by doganoo about 3 years ago

PHPAlgorithms -

Published by doganoo over 3 years ago

PHPAlgorithms -

Published by doganoo over 3 years ago

PHPAlgorithms -

Published by doganoo almost 4 years ago

PHPAlgorithms -

Published by doganoo almost 4 years ago

PHPAlgorithms - BugFix: do not cache HashTable key as array key

Published by doganoo about 4 years ago

HashTable keys can also be an object

PHPAlgorithms - Performance Improvement

Published by doganoo about 4 years ago

Add caching for HashTable keys

PHPAlgorithms - Performance Improvement

Published by doganoo about 4 years ago

Small performance improvement for HashTable's.

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

PHPAlgorithms - Major Version with Breaking Changes

Published by doganoo about 5 years ago

  • 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

PHPAlgorithms - bugfix

Published by doganoo about 5 years ago

PHPAlgorithms - LinkedList remove method

Published by doganoo about 5 years ago

  • remove method fix
  • new tests
  • strict types
PHPAlgorithms - minor fixes

Published by doganoo about 5 years ago

  • test namespaces
  • LRU Cache NPE
PHPAlgorithms -

Published by doganoo over 5 years ago

PHPAlgorithms -

Published by doganoo over 5 years ago

PHPAlgorithms -

Published by doganoo over 5 years ago

PHPAlgorithms -

Published by doganoo almost 6 years ago