MS
  • projects
  • posts
  • contact
  • projects
  • posts
  • contact

LeetCode Solutions

  • #1

    Two Sum

    Easy

    Given an array of integers and a target, return indices of the two numbers that add up to the target. Solved using a hash map for O(n) time.

© 2026 Matan Shaviro Portfolio. All rights reserved.

RSS Feed