Skip to content

Improve BufferedReader#7373

Open
Shantanu675 wants to merge 9 commits intoTheAlgorithms:masterfrom
Shantanu675:update-2
Open

Improve BufferedReader#7373
Shantanu675 wants to merge 9 commits intoTheAlgorithms:masterfrom
Shantanu675:update-2

Conversation

@Shantanu675
Copy link
Copy Markdown

@Shantanu675 Shantanu675 commented Apr 11, 2026

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in BufferedReader.
  • 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 algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@Shantanu675 Shantanu675 changed the title Update 2 Improve BufferedReader Apr 11, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 92.59259% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.52%. Comparing base (1edf319) to head (120f3bc).

Files with missing lines Patch % Lines
...main/java/com/thealgorithms/io/BufferedReader.java 90.00% 0 Missing and 1 partial ⚠️
...om/thealgorithms/sorts/RecursiveInsertionSort.java 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7373      +/-   ##
============================================
+ Coverage     79.50%   79.52%   +0.02%     
- Complexity     7142     7150       +8     
============================================
  Files           796      797       +1     
  Lines         23368    23387      +19     
  Branches       4596     4598       +2     
============================================
+ Hits          18578    18598      +20     
+ Misses         4050     4049       -1     
  Partials        740      740              

☔ 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.

@Shantanu675 Shantanu675 marked this pull request as draft April 11, 2026 14:03
@Shantanu675 Shantanu675 marked this pull request as ready for review April 11, 2026 17:27
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.

2 participants