Go to file
Christian Bender 5ca234369d
Update README.md
2018-01-26 19:33:50 +01:00
Computer Oriented Statistical Methods Update Simpson's_1-3rd_rule.c 2017-11-02 14:47:02 +05:30
Conversions Create toDecimal.c 2017-10-26 17:49:10 -04:00
Data Structures Add files via upload 2017-12-25 17:19:18 +01:00
Hash Add files via upload 2017-12-31 22:58:30 +01:00
Project Euler solving Project Euler Problem03 about prime 2017-12-04 15:27:24 +09:00
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
computer-oriented-statistical-methods Directories Updated 2017-10-03 16:14:38 +05:30
conversions Merge pull request #51 from jebinphilipose/bin-to-oct 2017-12-27 14:10:28 +01:00
data_structures Merge pull request #71 from arpanjain97/master 2018-01-15 15:45:35 +01:00
exercism Update README.md 2018-01-26 19:33:50 +01:00
misc Merge pull request #82 from fsharpasharp/GCD 2017-12-23 14:17:42 +01:00
sorting Merge pull request #72 from MacBox7/bucket-sort 2018-01-15 15:45:06 +01:00
README.md Update README.md 2018-01-24 22:29:39 +01:00

README.md

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

Data Structures

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

Searching

- Binary_Search
- Other_Binary_Search
- Jump_Search

Sorting

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

Hashing

- sdbm
- djb2
- xor8 (8 bit)
- adler_32 (32 bit)

Misc

- Binning
- Factorial
- Fibonacci
- isArmstrong
- LongestSubSequence
- palindrome
- QUARTILE
- rselect
- strongNumber
- TowerOfHanoi
- Greatest Common Divisor

exercism

In this directory you will find:

  • hello-world
  • isogram
  • acronym