Skip to content

added PageRank.java#2614

Merged
siriak merged 4 commits intoTheAlgorithms:masterfrom
dilroseR:issue-#2599
Oct 22, 2021
Merged

added PageRank.java#2614
siriak merged 4 commits intoTheAlgorithms:masterfrom
dilroseR:issue-#2599

Conversation

@dilroseR
Copy link
Copy Markdown
Contributor

Describe your change:

  • Add an algorithm?

Fixes #2599

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Java files are placed inside an existing directory.
  • All filenames are in all uppercase characters with no spaces or dashes.
  • All functions and variable names follow Java naming conventions.
  • If this pull request resolves one or more open issues then the commit message contains `Fixes: Implementation of Page Rank Algorithm #2599

Screenshots of implementation

image

@dilroseR dilroseR requested a review from siriak as a code owner October 14, 2021 11:07
Copy link
Copy Markdown
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format your code properly

@dilroseR
Copy link
Copy Markdown
Contributor Author

Please format your code properly

done with formatting, kindly check

@siriak siriak merged commit 2eb6d5c into TheAlgorithms:master Oct 22, 2021
@dilroseR
Copy link
Copy Markdown
Contributor Author

thankyou, can you add hacktoberfest-accepted label please? @siriak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implementation of Page Rank Algorithm

2 participants