(Singly) Linked Lists explained in PHP Data Structures Linked lists are a linear data structure that provides quick insertion and deletion.
Heaps explained in PHP Data Structures Heaps are an effective data structure for quick access to the highest value of a dataset.