-
Are you a great developer?
Categories
- agile (3)
- algorithms (19)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (110)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (81)
Tag Archives: Control flow
Computer Algorithms: Binary Search
Overview The binary search is perhaps the most famous and best suitable search algorithm for sorted arrays. Indeed when the array is sorted it is useless to check every single item against the desired value. Of course a better approach … Continue reading
Posted in algorithms, PHP
Tagged Algorithm, binary search, Binary search algorithm, Control flow, famous and best suitable search algorithm, Fibonacci number, Fibonacci search algorithm, Fibonacci search technique, Golden section search, golden section search algorithm, Jump search, Mathematics, PHP, Recursion, Recursion theory, recursive and iterative solution, search algorithm, search algorithms, sequential search, suitable search algorithm, Theoretical computer science, two algorithms
Leave a comment
Using PHP’s array_diff in Algorithm Development
array_diff can be really powerful. Once you’ve to find the different elements between two arrays you’ve to use array_diff. Here’s a case when you can use it while coding a simple algorithm. The Task You’ve one array with tickets of … Continue reading
Posted in micro tutorial, PHP
Tagged array, Arrays, Computing, Control flow, Data structures, Data types, Foreach, Notation, PHP
1 Comment







