Algorithms: Linked List
Bas Jobsen (contact me)
A linked list is a data structure in which the objects are arranged in a linear order. Unlike a array, thought in which the linear order is determined by array indices, the order is determinded by a pointer in each object.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (60.0%)
| Sufficient (65.0%)
| -
| Sufficient (65.0%)
| -
| -
| Not sure (43.0%)
| 1571 |
Click here for detailed information about this class on phpclasses.org