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.
- Host: GitHub
- URL: https://github.com/beldar/php-data-sctructures
- Owner: beldar
- Created: 2013-03-03T17:35:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T16:10:41.000Z (over 13 years ago)
- Last Synced: 2024-11-30T02:12:44.545Z (over 1 year ago)
- Language: PHP
- Size: 250 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.