Add Me!Close Menu Navigation
Add Me!Open Categories Menu

Currently Browsing

Posts Tagged ‘ binary search ’

26 July
Posted in Mathematics, Php, Tutorials

A Faster Array Search in php

Php does a very good job at creating predefined methods that are optimized by default. However, sometimes with a little extra effort on our parts we can optimize a procedure even more. On the table today: the in_array() method. It is a very useful array allowing the user to search [...]