Skip to content

Commit 3d3ec28

Browse files
author
Li Li
committed
add sovled problem list table
1 parent b5dc12b commit 3d3ec28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
I will use this repository to make notes for leetcode solutions and sort similar questions into the same group or category.
44

5+
solved problem list table
6+
7+
ID | Difficulty | Tags | Solution
8+
-- | ---------- | ---- | --------
9+
26 | Easy| Array, Two Pointers | [Remove Duplicates from Sorted Array](https://goo.gl/adguPS)
10+
27 | Easy | Array, Two Pointers | [Remove Element](https://goo.gl/C6bpzX)
11+
203 | Easy | Linked List | [Remove Linked List Elements](https://goo.gl/QvRRkU)
12+
283 | Easy | Array, Two Pointers | [Move Zeroes](https://goo.gl/U9ZJa4)
13+
167 | Easy | Arra, Two Pointers, Binary Search | [Two Sum II - Input array is sorted](https://goo.gl/BYUaKE)
14+
1 | Easy | Array, Hash Table (Dictionary) | [Two Sum](https://goo.gl/UKiyT8)
15+
653 | Easy | Binary search Tree, HashSet, BFS, recursion, traverse | [Two Sum IV - Input is a BST](https://goo.gl/gzuznZ)
16+
17+
518
First, I will start from the very basic and useful part. The Leetcode Course Section, which is selected interview questions aimed for beginners who do not know algorithms or need a refresher. Learn by doing.
619

720
## Algorithms Basics

0 commit comments

Comments
 (0)