Data Structures
Practical guides to data structures like heaps and linked lists, built from scratch in PHP.
(Singly) Linked Lists explained in PHP
Category: Data Structures
Linked lists are a linear data structure that provides quick insertion and deletion.
Heaps explained in PHP
Category: Data Structures
Heaps are an effective data structure for quick access to the highest value of a dataset.