Code Challenge, searching through arrays
This is the first in a series of code challenges that we will solve using PHP, let's jump straight in.
The Problem
This problem was asked by Google.
Given a list of numbers and a number k, return whether any two numbers from the list add up to k.
Fo...
matthewlake.hashnode.dev3 min read