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
32.55k stars 5.6k forks source link

feat: FindMiddleNode in a Linked List Algorithm #1701

Closed BKarthik7 closed 1 month ago

BKarthik7 commented 1 month ago

Open in Gitpod know more

Describe your change:

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.68%. Comparing base (9010481) to head (ef7634d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1701 +/- ## ========================================== + Coverage 84.65% 84.68% +0.03% ========================================== Files 378 379 +1 Lines 19744 19784 +40 Branches 2951 2956 +5 ========================================== + Hits 16715 16755 +40 Misses 3029 3029 ```

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

BKarthik7 commented 1 month ago

@raklaptudirm @appgurueu Can you review my code and tag it as hactoberfest

appgurueu commented 1 month ago

Redundant with https://github.com/TheAlgorithms/JavaScript/blob/9010481c2930d65621f18f41c216f29fceaa8807/Data-Structures/Linked-List/SinglyLinkedList.js#L218-L229