PHP HashMap Implementation
A few days ago I have started working on a PHP library for algorithms and data structures. PHPAlgorithms is still in progress and thus has a early beta status. But today, I have pushed the first data structure which is nearly full done: PHP HashMap Implementation. A HashMap is characterized among others by its key-value … read more …