Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
42% | Total: 1,684 | All time: 2,342 This week: 560 |
Version | License | Categories | ||||
linkedlist 1.0 | GNU General Publi... | Data types |
Description | Author | ||||||||||||||||||||||
This package implements a double linked list similar to the one available in Java. |
|
Files (5) |
File | Role | Description |
---|---|---|
Iterator.php | Class | An Iterator for the linked list |
LinkedList.php | Class | The linked list class |
LinkedListExample.php | Example | Examples on how to use the LinkedList and it iterators. |
ListeNode.php | Class | The class for the list node |
ListIterator.php | Class | The list iterator class |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 2 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
Sorted List | My class inherits from it | Required |
XHTML Table generator | Table.php and Tr.php uses the "Double Linked List" package to store rows and cells. | Required |