Data Structures
Practical guides to data structures like heaps and linked lists, built from scratch in PHP with working code and real use cases.
(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.