Skip to content

Commit

Permalink
auto update documentation & api
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 23, 2024
1 parent 744e359 commit 91d75c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions DOC_DATA.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91d75c3

Please sign in to comment.