TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
31.77k stars 5.44k forks source link

adding fix #1342 fixing docs for FenWickTree and DepthFirstSearch #1647

Open mohmmadAyesh opened 3 months ago

mohmmadAyesh commented 3 months ago

Open in Gitpod know more

Describe your change:

Checklist:

mohmmadAyesh commented 3 months ago

I fix docs of BreadthFirstTreeSearch it to be able to use jsdocs its part of solving https://github.com/TheAlgorithms/JavaScript/issues/1342

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 82.32446% with 73 lines in your changes are missing coverage. Please review.

Project coverage is 84.06%. Comparing base (bd34e9f) to head (7651b8b). Report is 1 commits behind head on master.

Files Patch % Lines
Search/LinearSearch.js 0.00% 28 Missing :warning:
Maths/FriendlyNumbers.js 0.00% 12 Missing :warning:
Search/StringSearch.js 0.00% 11 Missing :warning:
Recursive/TowerOfHanoi.js 0.00% 9 Missing :warning:
Recursive/SubsequenceRecursive.js 0.00% 8 Missing :warning:
Maths/MatrixExponentiationRecursive.js 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1647 +/- ## ========================================== - Coverage 84.07% 84.06% -0.01% ========================================== Files 375 375 Lines 19688 20031 +343 Branches 2913 2914 +1 ========================================== + Hits 16552 16840 +288 - Misses 3136 3191 +55 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.