Skip to content

Commit e247831

Browse files
author
Li Li
committed
rename all the solution file to cs files
1 parent 3d3ec28 commit e247831

File tree

12 files changed

+3
-3
lines changed

12 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
5+
### Solved problem list table
66

77
ID | Difficulty | Tags | Solution
88
-- | ---------- | ---- | --------
@@ -15,10 +15,10 @@ ID | Difficulty | Tags | Solution
1515
653 | Easy | Binary search Tree, HashSet, BFS, recursion, traverse | [Two Sum IV - Input is a BST](https://goo.gl/gzuznZ)
1616

1717

18-
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.
19-
2018
## Algorithms Basics
2119

20+
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.
21+
2222
### Chapter 1. Array / String
2323

2424
#### 26. Remove Duplicates from Sorted Array

0 commit comments

Comments
 (0)