PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

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

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#9484ClosedBug0.1.02006-11-28_getTailNode scoped incorrectly
#9544ClosedBug0.1.12006-12-05Illegal type returned from Foo::key()
#9553ClosedReq0.1.12006-12-05Avoid assignment in condition
#14554ClosedBug0.1.32008-08-24backward trave loosing the nodes added using insert after method in Double Link
#16943ClosedBug0.2.02009-12-24Strict Standard with php 5.3