From 91d75c3af2a446b0729bd13980891e041983cc69 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 23 Jan 2024 19:57:58 +0000 Subject: [PATCH] auto update documentation & api --- DOCUMENTATION.md | 2 ++ DOC_DATA.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index b8bb790..963306a 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -4,6 +4,8 @@ This documentation provides a front view of the content presented in the reposit ## Content - [hello_diu](https://github.com/mursalatul/code-park/tree/master/hello_diu) - [hello_diu.c](https://github.com/mursalatul/code-park/tree/master/hello_diu/hello_diu.c) +- [kadanes_algorithm](https://github.com/mursalatul/code-park/tree/master/kadanes_algorithm) + - [maxsum.cpp](https://github.com/mursalatul/code-park/tree/master/kadanes_algorithm/maxsum.cpp) - [palindrom](https://github.com/mursalatul/code-park/tree/master/palindrom) - [is_palindrom_number.c](https://github.com/mursalatul/code-park/tree/master/palindrom/is_palindrom_number.c) - [prefix_sum](https://github.com/mursalatul/code-park/tree/master/prefix_sum) diff --git a/DOC_DATA.json b/DOC_DATA.json index f0e7d52..ce8e2b2 100644 --- a/DOC_DATA.json +++ b/DOC_DATA.json @@ -12,6 +12,10 @@ "folder_url": "https://github.com/mursalatul/code-park/tree/master/prefix_sum", "prefix_sum.cpp": "https://github.com/mursalatul/code-park/tree/master/prefix_sum/prefix_sum.cpp" }, + "kadanes_algorithm": { + "folder_url": "https://github.com/mursalatul/code-park/tree/master/kadanes_algorithm", + "maxsum.cpp": "https://github.com/mursalatul/code-park/tree/master/kadanes_algorithm/maxsum.cpp" + }, "palindrom": { "folder_url": "https://github.com/mursalatul/code-park/tree/master/palindrom", "is_palindrom_number.c": "https://github.com/mursalatul/code-park/tree/master/palindrom/is_palindrom_number.c"