mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Updated README.md
This commit is contained in:
parent
b99bc9414b
commit
87320c583f
12
README.md
12
README.md
@ -1,7 +1,7 @@
|
|||||||
# C
|
# C
|
||||||
All Algorithms implemented in C
|
All Algorithms implemented in C
|
||||||
|
|
||||||
# Computer Oriented Statistical Methods
|
## Computer Oriented Statistical Methods
|
||||||
- Gauss_Elimination
|
- Gauss_Elimination
|
||||||
- Lagrange_Theorem
|
- Lagrange_Theorem
|
||||||
- Mean
|
- Mean
|
||||||
@ -11,14 +11,14 @@ All Algorithms implemented in C
|
|||||||
- Variance
|
- Variance
|
||||||
|
|
||||||
|
|
||||||
# Conversions
|
## Conversions
|
||||||
- binary_to_decimal
|
- binary_to_decimal
|
||||||
- decimal _to_binary
|
- decimal _to_binary
|
||||||
- decimal_to_hexa
|
- decimal_to_hexa
|
||||||
- decimal_to_octal
|
- decimal_to_octal
|
||||||
|
|
||||||
|
|
||||||
# Data Structures
|
## Data Structures
|
||||||
- stack
|
- stack
|
||||||
- queue
|
- queue
|
||||||
linked_list
|
linked_list
|
||||||
@ -30,12 +30,12 @@ All Algorithms implemented in C
|
|||||||
- trie
|
- trie
|
||||||
|
|
||||||
|
|
||||||
# Searching
|
## Searching
|
||||||
- Binary_Search
|
- Binary_Search
|
||||||
- Other_Binary_Search
|
- Other_Binary_Search
|
||||||
|
|
||||||
|
|
||||||
# Sorting
|
## Sorting
|
||||||
- binary_insertion_sort
|
- binary_insertion_sort
|
||||||
- BubbleSort
|
- BubbleSort
|
||||||
- BogoSort
|
- BogoSort
|
||||||
@ -47,7 +47,7 @@ All Algorithms implemented in C
|
|||||||
- shaker_sort
|
- shaker_sort
|
||||||
|
|
||||||
|
|
||||||
# Misc
|
## Misc
|
||||||
- Binning
|
- Binning
|
||||||
- Factorial
|
- Factorial
|
||||||
- Fibonacci
|
- Fibonacci
|
||||||
|
Loading…
Reference in New Issue
Block a user