https://github.com/invalidusrname/php_linked_list
A linked list, done in php
https://github.com/invalidusrname/php_linked_list
Last synced: 8 months ago
JSON representation
A linked list, done in php
- Host: GitHub
- URL: https://github.com/invalidusrname/php_linked_list
- Owner: invalidusrname
- Created: 2009-09-05T20:52:08.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-10-01T16:15:36.000Z (over 16 years ago)
- Last Synced: 2025-03-24T01:13:30.485Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
# A Linked List
A Linked List done in PHP
## Running tests
To run, you need to have [phpunit](http://www.phpunit.de) installed to run the tests.
To run all tests:
`phpunit test/*`
There's also a [watchr](http://github.com/mynyml/watchr) spec file, should you choose expand this tiny library while doing TDD.
To start up watcher monitoring:
`watchr specs.watchr`