Home » Structures » Structures_LinkedList
Implements singly and doubly-linked lists
This package is unmaintained.
Download latest release 0.2.2 (archived versions might be outdated)
License: Apache License, Version 2.0
Description
A singly-linked list offers the ability to insert or delete
nodes at any point within the list. A doubly-linked list also offers the
ability to request previous nodes in the list.
Maintainers
- Dan Scott (dbs) — lead, active
Dependencies
Required
- PHP (>= 5.0)
- PEAR Installer (>= 1.4.0)
Releases
- 0.2.2 (beta, 2010-08-15)
Release notes
License: Apache License, Version 2.0
* Fix package layout
- 0.2.1 (beta, 2010-01-10)
- 0.2.0 (beta, 2009-09-22)
- 0.1.4 (beta, 2008-08-27)
- 0.1.3 (alpha, 2007-02-25)
- 0.1.2 (alpha, 2007-02-16)
- 0.1.1 (alpha, 2006-11-29)
- 0.1.0 (alpha, 2006-10-16)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #9484 | Closed | Bug | 0.1.0 | 2006-11-28 | _getTailNode scoped incorrectly |
| #9544 | Closed | Bug | 0.1.1 | 2006-12-05 | Illegal type returned from Foo::key() |
| #9553 | Closed | Req | 0.1.1 | 2006-12-05 | Avoid assignment in condition |
| #14554 | Closed | Bug | 0.1.3 | 2008-08-24 | backward trave loosing the nodes added using insert after method in Double Link |
| #16943 | Closed | Bug | 0.2.0 | 2009-12-24 | Strict Standard with php 5.3 |