Skip to content

Commit e1fcdd2

Browse files
CascadingCascadegithub-actions[bot]Panquesito7
authored
feat: Add McNaughton–Yamada–Thompson algorithm (#1241)
* updating DIRECTORY.md * Create mcnaughton_yamada_thompson.c * updating DIRECTORY.md * Update mcnaughton_yamada_thompson.c * fix some memory leaks * fix another memory leak * Update mcnaughton_yamada_thompson.c * added more test cases * a few formatting changes * another few SPaG changes * Update misc/mcnaughton_yamada_thompson.c Co-authored-by: David Leal <[email protected]> * updating DIRECTORY.md --------- Co-authored-by: github-actions[bot] <[email protected]> Co-authored-by: David Leal <[email protected]>
1 parent 2698ad2 commit e1fcdd2

File tree

2 files changed

+723
-0
lines changed

2 files changed

+723
-0
lines changed

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
* [Hamming Distance](https://github.com/TheAlgorithms/C/blob/HEAD/misc/hamming_distance.c)
206206
* [Lexicographic Permutations](https://github.com/TheAlgorithms/C/blob/HEAD/misc/lexicographic_permutations.c)
207207
* [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)
208209
* [Mirror](https://github.com/TheAlgorithms/C/blob/HEAD/misc/mirror.c)
209210
* [Pid](https://github.com/TheAlgorithms/C/blob/HEAD/misc/pid.c)
210211
* [Poly Add](https://github.com/TheAlgorithms/C/blob/HEAD/misc/poly_add.c)
@@ -218,6 +219,7 @@
218219
* [Union Find](https://github.com/TheAlgorithms/C/blob/HEAD/misc/union_find.c)
219220

220221
## Numerical Methods
222+
* [Bisection Method](https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/bisection_method.c)
221223
* [Durand Kerner Roots](https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/durand_kerner_roots.c)
222224
* [Gauss Elimination](https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/gauss_elimination.c)
223225
* [Gauss Seidel Method](https://github.com/TheAlgorithms/C/blob/HEAD/numerical_methods/gauss_seidel_method.c)

0 commit comments

Comments
 (0)