mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03:00
Updated README.md
This commit is contained in:
parent
f6490855ac
commit
814b02008f
82
README.md
82
README.md
@ -2,59 +2,59 @@
|
|||||||
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
|
||||||
- Median
|
* Median
|
||||||
- Seidal
|
* Seidal
|
||||||
- Simpson's_1-3rd_rule.c
|
* Simpson's_1-3rd_rule.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
|
||||||
- singly_link_list_deletion
|
* singly_link_list_deletion
|
||||||
__binary_trees__
|
* binary_trees
|
||||||
- create_node
|
* create_node
|
||||||
- recursive_traversals
|
* recursive_traversals
|
||||||
__trie__
|
* trie*
|
||||||
- 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
|
||||||
- InsertionSort
|
* InsertionSort
|
||||||
- mergesort
|
* mergesort
|
||||||
- OtherBubbleSort
|
* OtherBubbleSort
|
||||||
- QuickSort
|
* QuickSort
|
||||||
- SelectionSort
|
* SelectionSort
|
||||||
- shaker_sort
|
* shaker_sort
|
||||||
|
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
- Binning
|
* Binning
|
||||||
- Factorial
|
* Factorial
|
||||||
- Fibonacci
|
* Fibonacci
|
||||||
- isArmstrong
|
* isArmstrong
|
||||||
- LongestSubSequence
|
* LongestSubSequence
|
||||||
- palindrome
|
* palindrome
|
||||||
- QUARTILE
|
* QUARTILE
|
||||||
- rselect
|
* rselect
|
||||||
- strongNumber
|
* strongNumber
|
||||||
- TowerOfHanoi
|
* TowerOfHanoi
|
||||||
|
Loading…
Reference in New Issue
Block a user