mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
31 KiB
31 KiB
List of all files
Client Server
Conversions
- Binary To Decimal
- Binary To Hexadecimal
- Binary To Octal
- C Atoi Str To Integer
- Decimal To Binary
- Decimal To Binary Recursion
- Decimal To Hexa
- Decimal To Octal
- Decimal To Octal Recursion
- Hexadecimal To Octal
- Hexadecimal To Octal2
- Int To String
- Octal To Binary
- Octal To Decimal
- To Decimal
Data Structures
- Array
- Binary Trees
- Dictionary
- Dynamic Array
- Graphs
- Hash Set
- Heap
- Linked List
- List
- Queue
- Stack
- Stack
- Trie
Exercism
- Acronym
- Hello World
- Isogram
- Rna Transcription
- Word Count
Games
Geometry
Graphics
Greedy Approach
Hash
Leetcode
- Problem 1
- Problem 101
- Problem 104
- Problem 108
- Problem 1089
- Problem 109
- Problem 11
- Problem 110
- Problem 112
- Problem 1184
- Problem 1189
- Problem 12
- Problem 1207
- Problem 121
- Problem 125
- Problem 13
- Problem 136
- Problem 141
- Problem 142
- Problem 153
- Problem 160
- Problem 169
- Problem 173
- Problem 189
- Problem 190
- Problem 191
- Problem 2
- Problem 20
- Problem 201
- Problem 203
- Problem 206
- Problem 21
- Problem 215
- Problem 217
- Problem 226
- Problem 231
- Problem 234
- Problem 24
- Problem 242
- Problem 26
- Problem 268
- Problem 27
- Problem 278
- Problem 28
- Problem 283
- Problem 287
- Problem 29
- Problem 3
- Problem 344
- Problem 35
- Problem 367
- Problem 38
- Problem 387
- Problem 389
- Problem 4
- Problem 404
- Problem 442
- Problem 461
- Problem 476
- Problem 509
- Problem 520
- Problem 53
- Problem 561
- Problem 617
- Problem 647
- Problem 66
- Problem 674
- Problem 7
- Problem 700
- Problem 701
- Problem 704
- Problem 709
- Problem 771
- Problem 8
- Problem 82
- Problem 83
- Problem 852
- Problem 876
- Problem 9
- Problem 905
- Problem 917
- Problem 938
- Problem 94
- Problem 965
- Problem 977
Machine Learning
Misc
- Armstrong Number
- Cantor Set
- Cartesian To Polar
- Catalan
- Collatz
- Demonetization
- Factorial
- Factorial Large Number
- Factorial Trailing Zeroes
- Fibonacci
- Fibonacci Dp
- Fibonacci Fast
- Gcd
- Is Armstrong
- Large Factorials
- Lcm
- Lerp
- Lexicographic Permutations
- Longest Subsequence
- Mirror
- Palindrome
- Pid
- Poly Add
- Prime
- Prime Factoriziation
- Quartile
- Rselect
- Strong Number
- Sudoku Solver
- Tower Of Hanoi
- Union Find
Numerical Methods
- Durand Kerner Roots
- Gauss Elimination
- Gauss Seidel Method
- Lagrange Theorem
- Lu Decompose
- Mean
- Median
- Newton Raphson Root
- Ode Forward Euler
- Ode Midpoint Euler
- Ode Semi Implicit Euler
- Qr Decompose
- Qr Decomposition
- Qr Eigen Values
- Realtime Stats
- Simpsons 1 3Rd Rule
- Variance
Project Euler
- Problem 1
- Problem 10
- Problem 12
- Problem 13
- Problem 14
- Problem 15
- Problem 16
- Problem 19
- Problem 2
- Problem 20
- Problem 21
- Problem 22
- Problem 23
- Problem 25
- Problem 26
- Problem 3
- Problem 4
- Problem 401
- Problem 5
- Problem 6
- Problem 7
- Problem 8
- Problem 9
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
- Bubble Sort Recursion
- Bucket Sort
- Cocktail Sort
- Comb Sort
- Counting Sort
- Cycle Sort
- Gnome Sort
- Heap Sort
- Insertion Sort
- Insertion Sort Recursive
- Merge Sort
- Merge Sort Nr
- 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