Updated README.md

This commit is contained in:
AnupKumarPanwar 2017-10-20 22:09:54 +05:30
parent f6490855ac
commit 814b02008f

View File

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