Tag Archives: leetcode

Sum of two problem

I have signed up to leetcode. The first problem I did was called “Two Sum”, where you need to find two numbers in an array that when added together match a target number. I thought I’d write some notes here … Continue reading

Posted in programming | Tagged , , | Leave a comment