File tree 2 files changed +723
-0
lines changed
2 files changed +723
-0
lines changed Original file line number Diff line number Diff line change 205
205
* [ Hamming Distance] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/hamming_distance.c )
206
206
* [ Lexicographic Permutations] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/lexicographic_permutations.c )
207
207
* [ Longest Subsequence] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/longest_subsequence.c )
208
+ * [ Mcnaughton Yamada Thompson] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/mcnaughton_yamada_thompson.c )
208
209
* [ Mirror] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/mirror.c )
209
210
* [ Pid] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/pid.c )
210
211
* [ Poly Add] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/poly_add.c )
218
219
* [ Union Find] ( https://github.com/TheAlgorithms/C/blob/HEAD/misc/union_find.c )
219
220
220
221
## Numerical Methods
222
+ * [ Bisection Method] ( https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/bisection_method.c )
221
223
* [ Durand Kerner Roots] ( https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/durand_kerner_roots.c )
222
224
* [ Gauss Elimination] ( https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/gauss_elimination.c )
223
225
* [ Gauss Seidel Method] ( https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/gauss_seidel_method.c )
You can’t perform that action at this time.
0 commit comments