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.19k stars 5.52k forks source link

Update CircularQueue.js for zero-length case #1655

Closed MartinLBeacham closed 6 months ago

MartinLBeacham commented 6 months ago

Open in Gitpod know more

Describe your change:

Checklist:

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 84.07%. Comparing base (702840b) to head (d8323c8).

Files Patch % Lines
Data-Structures/Queue/CircularQueue.js 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1655 +/- ## ======================================= Coverage 84.07% 84.07% ======================================= Files 375 375 Lines 19688 19688 Branches 2914 2914 ======================================= Hits 16552 16552 Misses 3136 3136 ```

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