2017 © Pedro Peláez
 

library phpds

PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay

image

stingus/phpds

PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay

  • Saturday, October 22, 2016
  • by stingus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHPds

This library implements commonly used data structures in PHP., (*1)

Build Status Code Climate Test Coverage, (*2)

Supported data structures

  • Doubly Linked List
  • Stacks
  • Queues
  • Priority Queues (soon)
  • Binary Search Tree (soon)
  • Min / Max Heaps (soon)
  • AVL tree (soon)
  • Splay tree (soon)

Installation

Install via composer:, (*3)

php composer.phar require stingus/phpds

Tests

You can run the test suite using:, (*4)

vendor/bin/phpunit

Documentation

Documentation for each data structure can be found in the docs directory., (*5)

You can also generate PHPDoc, which will create a phpdoc directory containing HTML API documentation., (*6)

php phpDocumentor.phar

Usage

Check the docs directory., (*7)

The Versions

22/10 2016

dev-master

9999999-dev https://github.com/stingus/phpds

PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arthur Kerpician

stack queue avl linked list bst splay