Update README.md

This commit is contained in:
dang hai 2019-08-07 17:05:37 -07:00
parent 536957a4fb
commit b2154ae8d1
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,8 @@ C
========
## LeetCode Algorithm
- Solution for [LeetCode](https://leetcode.com/problemset/all/)
- Solution for [LeetCode](https://leetcode.com/problemset/all/)
## Computer Oriented Statistical Methods
- Gauss_Elimination

View File

@ -6,6 +6,6 @@ LeetCode
| # | Title | Solution | Difficulty |
|---| ----- | -------- | ---------- |
|35|[Search Insert Position](https://leetcode.com/problems/search-insert-position/) | [C](./leetcode/src/35.c)|Easy|
|704|[Search Insert Position](https://leetcode.com/problems/binary-search/) | [C](./leetcode/src/704.c)|Easy|
|905|[Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/) | [C](./leetcode/src/905.c)|Easy|
|35|[Search Insert Position](https://leetcode.com/problems/search-insert-position/) | [C](./src/35.c)|Easy|
|704|[Search Insert Position](https://leetcode.com/problems/binary-search/) | [C](./src/704.c)|Easy|
|905|[Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/) | [C](./src/905.c)|Easy|