An open API service indexing awesome lists of open source software.

https://github.com/beldar/php-data-sctructures

I'm going to all data structures I learned about in college and implementing them in PHP, both to retrieve the knowledge back and to test the limits of PHP.
https://github.com/beldar/php-data-sctructures

Last synced: 9 months ago
JSON representation

I'm going to all data structures I learned about in college and implementing them in PHP, both to retrieve the knowledge back and to test the limits of PHP.

Awesome Lists containing this project

README

          

PHP Data Structures
===================

I'm going to all data structures I learned about in college and implementing them in PHP, both to retrieve the knowledge back and to test the limits of PHP.

I'm planning to do Unit Tests for all of them.