mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
Update README.md
This commit is contained in:
parent
536957a4fb
commit
b2154ae8d1
@ -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
|
||||
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user