Updated README.md

This commit is contained in:
AnupKumarPanwar 2017-10-20 22:15:35 +05:30
parent b99bc9414b
commit 87320c583f

View File

@ -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