Go to file
Anup Kumar Panwar 694bc20327
Merge pull request #103 from koseokkyu/otherbinarysearch
correct compilation error and logic error at Otherbinarysearch in search folder
2017-11-25 14:28:54 +05:30
Computer Oriented Statistical Methods Merge pull request #61 from ankitrgadiya/fix/dir 2017-10-24 20:47:07 +05:30
computer-oriented-statistical-methods Directories Updated 2017-10-03 16:14:38 +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
Project Euler Project Euler Problems Added. 2017-10-24 20:51:52 +05:30
Searches modify other_binary_search 2017-11-20 16:08:47 +09:00
Sorts Update HeapSort.c 2017-11-25 14:28:25 +05:30
README.md removed redundent 2017-10-26 15:26:00 +05:30

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