/leetcode

key to exercises or problems 🧐

Primary LanguageJavaScript

LeetCode Solutions with Javascript

  1. Difficult algorithm problem how to solve? The essence of algorithm is to find rules and implement them

  2. How do you find patterns? Find the relationship between input and output and find the breakthrough point

  3. What about complex implementations? Implementation is the combination of program + data structure

# Title Source Code Explanation Difficulty
1 Two Sum Easy