Skip to content

Conversation

Hardvan
Copy link
Contributor

@Hardvan Hardvan commented Oct 13, 2024

  • 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
Copy link

codecov-commenter commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 66.04%. Comparing base (776946e) to head (6b18afa).

Files with missing lines Patch % Lines
...java/com/thealgorithms/stacks/CelebrityFinder.java 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5756      +/-   ##
============================================
+ Coverage     66.01%   66.04%   +0.03%     
- Complexity     4402     4408       +6     
============================================
  Files           604      605       +1     
  Lines         16812    16827      +15     
  Branches       3227     3232       +5     
============================================
+ Hits          11098    11113      +15     
+ Misses         5267     5266       -1     
- Partials        447      448       +1     

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

@Hardvan Hardvan marked this pull request as ready for review October 13, 2024 07:12
@alxkm
Copy link
Member

alxkm commented Oct 13, 2024

This contribution looks like from leetcode. And according to rules, could you please provide any sources that describe that this is not from leetcode or similar resources.

@Hardvan
Copy link
Contributor Author

Hardvan commented Oct 14, 2024

Here are a list of resources that explain the Celebrity Finding algorithm using Stacks:

@Hardvan Hardvan requested a review from alxkm October 15, 2024 06:37
@alxkm alxkm enabled auto-merge (squash) October 15, 2024 08:48
@alxkm alxkm merged commit adf21ab into TheAlgorithms:master Oct 15, 2024
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