ignacio-chiazzo / Algorithms-Leetcode-Javascript

Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
MIT License
608 stars 88 forks source link

add: two sum #50

Closed ongzx closed 2 years ago

ongzx commented 2 years ago

This MR adds a new leetcode Easy question (two sum: https://leetcode.com/problems/two-sum/) to the repo.