TheAlgorithms-C/misc
Sharon "Cass" Cassidy e1fcdd2a04
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 <halfpacho@gmail.com>

* updating DIRECTORY.md

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-11 18:57:27 -06:00
..
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
demonetization.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
hamming_distance.c feat: add hamming distance (#1200) 2023-01-31 13:24:50 -06:00
lexicographic_permutations.c fix LGTM - limit malloc range 2020-06-28 15:57:00 -04:00
longest_subsequence.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
mcnaughton_yamada_thompson.c feat: Add McNaughton–Yamada–Thompson algorithm (#1241) 2023-04-11 18:57:27 -06:00
mirror.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
pid.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
poly_add.c fix: addition of two polynomials memory leak and linked list crash (#1211) 2023-03-13 11:44:01 -06:00
postfix_evaluation.c feat: add postfix evaluation algorithm (#890) 2021-10-25 23:10:53 +05:30
quartile.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
rselect.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
run_length_encoding.c Apply suggestions from code review 2022-10-12 10:48:41 -04:00
shunting_yard.c feat: add Shunting Yard Algorithm (#1219) 2023-02-27 17:05:50 -06:00
sudoku_solver.c [bugs & docs] lots of documentation and bug fixes (#554) 2020-07-04 15:05:30 -04:00
tower_of_hanoi.c less code 2020-06-30 16:27:19 +08:00
union_find.c fix lgtm error and add basic docs 2020-07-11 00:10:22 -04:00