Completed the LeetCode question #1-Two Sum

Started with Jagged Array solution failed some made up test cases-due to Memory Limit Exceeded . Only passed the test cases after removing the usage of the Jagged Array. Doh.

https://leetcode.com/problems/two-sum/description/

Comments

Popular posts from this blog

Completed the LeetCode #2 adding two numbers