TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

Update: Implementations Links added in Aliquot_Sum.md #216

Closed chetannada closed 11 months ago

chetannada commented 1 year ago

Added Implementations Links in Aliquot_Sum.md

Description

Closes #{ISSUE_ID}

Checklist

Screenshots (if any)

Note to reviewers

chetannada commented 1 year ago

Please replace the specific implementation links with one link to the TheAlgorithms site for the Aliquot sum. See #190.

Are you mean to say, i need to remove all implementation link and add only one link to the TheAlgorithms site for the Aliquot sum. For ex: https://the-algorithms.com/algorithm/aliquot-sum

Then what about the below links in website it self? Aliquot Sum - The Algorithms

It will be replace by one link only after i'll replace to one link right? so it will show the same URL of the website when user will click on this implementation link.

Please confirm. What should i do! Thanks.

appgurueu commented 1 year ago

Are you mean to say, i need to remove all implementation link and add only one link to the TheAlgorithms site for the Aliquot sum. For ex: https://the-algorithms.com/algorithm/aliquot-sum

Yes.

so it will show the same URL of the website when user will click on this implementation link.

Indeed it will be a link to the same page the user is already on. This is a redundancy problem: The links are (presumably) there for when the explanations are viewed on GitHub, but on the website they are redundant. This is a website issue IMO.

chetannada commented 1 year ago

Are you mean to say, i need to remove all implementation link and add only one link to the TheAlgorithms site for the Aliquot sum. For ex: https://the-algorithms.com/algorithm/aliquot-sum

Yes.

so it will show the same URL of the website when user will click on this implementation link.

Indeed it will be a link to the same page the user is already on. This is a redundancy problem: The links are (presumably) there for when the explanations are viewed on GitHub, but on the website they are redundant. This is a website issue IMO.

@appgurueu As per your suggestion, I added single link to the TheAlgorithms site for the Aliquot sum.

chetannada commented 1 year ago

Though you could omit the -Aliquot-Sum

@appgurueu Yeah, Sure i have omitted -Aliquot-Sum

chetannada commented 1 year ago

Hi @vbrazo and @Panquesito7 Please review this PR. Thanks.