David Leal
|
b6b01a3605
|
feat: add dynamic_programming to CMake lists (#1266)
* feat: add `dynamic_programming` to CMake lists
* updating DIRECTORY.md
* chore: fix minor doc. issues and indentation
---------
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
|
2023-06-13 10:45:46 -06:00 |
|
David Leal
|
b1a8da69a8
|
fix: missing ; in matrix_chain_order.c
|
2023-06-09 10:51:37 -06:00 |
|
CascadingCascade
|
55d8023f06
|
feat: add matrix chain order (#1198)
* feat: add Matrix Chain Order
* updating DIRECTORY.md
* Update dynamic_programming/matrix_chain_order.c
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update dynamic_programming/matrix_chain_order.c
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update dynamic_programming/matrix_chain_order.c
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update matrix_chain_order.c
* chore: apply suggestions from code review
* chore: apply suggestions from code review
* updating DIRECTORY.md
* Update dynamic_programming/matrix_chain_order.c
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
* updating DIRECTORY.md
* updating DIRECTORY.md
---------
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
|
2023-02-03 12:38:35 -06:00 |
|
itskurtz
|
a4e7b7bc4b
|
feat: add LCS algorithm (#1164)
* feat: add lcs dynamic programming algorithm
* updating DIRECTORY.md
* updating DIRECTORY.md
* fix: fix unused parameters in lcs algorithm
* fix: lcs algorithm typo removed unused parameter in test
* Update dynamic_programming/lcs.c
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update dynamic_programming/lcs.c
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update dynamic_programming/lcs.c
Co-authored-by: David Leal <halfpacho@gmail.com>
* fix: comments accoring to guidelines in lcs algorithm
* fix: doxygen standards
* chore: apply suggestions from code review
* updating DIRECTORY.md
Co-authored-by: Scott Evans <scotty@kurtz.waterfall>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
|
2022-12-23 19:46:51 -06:00 |
|