mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
18c79b203e
* commit '9d51b08a816693281b2890671e9b5fdcbded5b12': Add return value in deque() Remove the white space Typo in variable name Add the return value in create _heap() updating DIRECTORY.md Fix #509 Increased spead of Cocktail Sort Add new sorting algorithm (Cocktail Sort) Changed function name Add new sorting algorithm updating DIRECTORY.md dynamic array data structure Add syntax highlight index now starts from 1 # Conflicts: # client_server/client.c # sorting/Bubble_Sort_2.c
23 KiB
23 KiB
Client Server
Conversions
- Binary To Decimal
- Binary To Hexadecimal
- Binary To Octal
- Decimal To Binary
- Decimal To Hexa
- Decimal To Octal
- Decimal To Octal Recursion
- Hexadecimal To Octal
- To Decimal
Data Structures
- Array
- Binary Trees
- Dictionary
- Dynamic Array
- Graphs
- Heap
- Linked List
- List
- Queue
- Stack
- Stack
- Main
- Parenthesis
- Stack
- Stack Linked List
- Trie
Exercism
- Acronym
- Hello World
- Isogram
- Rna Transcription
- Word Count
Hash
Leetcode
- Src
- 1
- 101
- 104
- 108
- 1089
- 109
- 11
- 110
- 112
- 1184
- 1189
- 12
- 1207
- 121
- 125
- 13
- 136
- 141
- 142
- 153
- 160
- 169
- 173
- 189
- 190
- 191
- 2
- 20
- 201
- 203
- 206
- 21
- 215
- 217
- 226
- 231
- 234
- 24
- 242
- 26
- 268
- 27
- 278
- 28
- 283
- 287
- 29
- 3
- 344
- 35
- 367
- 38
- 387
- 389
- 4
- 404
- 442
- 461
- 476
- 509
- 520
- 53
- 561
- 617
- 647
- 66
- 674
- 7
- 700
- 701
- 704
- 709
- 771
- 8
- 82
- 83
- 852
- 876
- 9
- 905
- 917
- 938
- 94
- 965
- 977
Misc
- Armstrong Number
- Cantor Set
- Cartesian To Polar
- Catalan
- Collatz
- Demonetization
- Factorial
- Factorial Fast
- Factorial Trailing Zeroes
- Fibonacci
- Fibonacci Dp
- Fibonacci Fast
- Gcd
- Is Armstrong
- Large Factorials
- Lcm
- Lerp
- Lexicographic Permutations
- Longest Subsequence
- Mirror
- Palindrome
- Pid
- Prime
- Prime Factoriziation
- Quartile
- Rselect
- Strong Number
- Sudoku Solver
- Tower Of Hanoi
- Union Find
Numerical Methods
- Durand Kerner Roots
- Gauss Elimination
- Lagrange Theorem
- Mean
- Median
- Newton-Raphson-Root
- Qr Decomposition
- Qr Eigen Values
- Seidal
- Simpsons 1-3Rd Rule
- Variance
Project Euler
- Problem 01
- Problem 02
- Problem 03
- Problem 04
- Problem 05
- Problem 06
- Problem 07
- Problem 08
- Problem 09
- Problem 10
- Problem 12
- Problem 13
- Problem 14
- Problem 15
- Problem 16
- Problem 19
- Problem 20
- Problem 21
- Problem 22
- Problem 23
- Problem 25
- Problem 26
Searching
- Binary Search
- Fibonacci Search
- Interpolation Search
- Jump Search
- Linear Search
- Modified Binary Search
- Other Binary Search
- Pattern Search
- Ternary Search
Sorting
- Bead Sort
- Binary Insertion Sort
- Bogo Sort
- Bubble Sort
- Bubble Sort 2
- Bucket Sort
- Cocktail Sort
- Comb Sort
- Counting Sort
- Cycle Sort
- Gnome Sort
- Heap Sort
- Insertion Sort
- Merge Sort
- Multikey Quick Sort
- Pancake Sort
- Partition Sort
- Pigeonhole Sort
- Quick Sort
- Radix Sort
- Radix Sort 2
- Random Quick Sort
- Selection Sort
- Shaker Sort
- Shell Sort
- Shell Sort2
- Stooge Sort