Go to file
2017-10-24 20:38:10 +05:30
Computer Oriented Statistical Methods Updated README.md 2017-10-20 22:03:41 +05:30
conversions Updated README.md 2017-10-20 22:03:41 +05:30
Conversions Updated README.md 2017-10-20 22:03:41 +05:30
Data Structures Updated README.md 2017-10-20 22:03:41 +05:30
misc Check if a number is prime. 2017-10-19 10:38:10 +02:00
Searches Multiple folders of search and sort. Fixes issue #60 and #49. 2017-10-24 20:38:10 +05:30
Sorts Multiple folders of search and sort. Fixes issue #60 and #49. 2017-10-24 20:38:10 +05:30
.DS_Store adding counting sort 2017-10-14 19:47:37 +05:30
README.md Merge branch 'master' into master 2017-10-20 22:24:26 +05:30

C

All Algorithms implemented in C

Computer Oriented Statistical Methods

- Gauss_Elimination
- Lagrange_Theorem
- Mean
- Median
- Seidal
- Simpson's_1-3rd_rule.c
- Variance

Conversions

- binary_to_decimal
- decimal _to_binary
- decimal_to_hexa
- decimal_to_octal

Data Structures

- stack
- queue
linked_list
	- singly_link_list_deletion
binary_trees
	- create_node
	- recursive_traversals
trie
	- trie

Searching

- Binary_Search
- Other_Binary_Search

Sorting

- binary_insertion_sort
- BubbleSort
- BogoSort
- InsertionSort
- mergesort
- OtherBubbleSort
- QuickSort
- SelectionSort
- shaker_sort

Misc

- Binning
- Factorial
- Fibonacci
- isArmstrong
- LongestSubSequence
- palindrome
- QUARTILE
- rselect
- strongNumber
- TowerOfHanoi