muxin-4 / leetcode

key to exercises or problems 🧐

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

key to exercises or problems 🧐


Languages

Language:JavaScript 73.4%Language:HTML 26.6%