Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danghai committed Aug 8, 2019
1 parent 536957a commit b2154ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions leetcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|

0 comments on commit b2154ae

Please sign in to comment.