Skip to content

testing: improve QueueByTwoStacksTest - #6416

Merged
DenizAltunkapan merged 3 commits into
TheAlgorithms:masterfrom
alxkm:testing/QueueByTwoStacksTest
Jul 22, 2025
Merged

testing: improve QueueByTwoStacksTest#6416
DenizAltunkapan merged 3 commits into
TheAlgorithms:masterfrom
alxkm:testing/QueueByTwoStacksTest

Conversation

@alxkm

@alxkm alxkm commented Jul 18, 2025

Copy link
Copy Markdown
Member
  • Broader input variety including multiple enqueue/dequeue patterns.
  • Better validation of size tracking and exception behavior.
  • Simulated real-world usage patterns and edge cases.
  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter

codecov-commenter commented Jul 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@7c2af29). Learn more about missing BASE report.
⚠️ Report is 328 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6416   +/-   ##
=========================================
  Coverage          ?   74.97%           
  Complexity        ?     5533           
=========================================
  Files             ?      686           
  Lines             ?    19214           
  Branches          ?     3708           
=========================================
  Hits              ?    14406           
  Misses            ?     4247           
  Partials          ?      561           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DenizAltunkapan
DenizAltunkapan merged commit 3304cf2 into TheAlgorithms:master Jul 22, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants