Algorithms-Explanation
Algorithms-Explanation copied to clipboard
[BUG]: Broken GitHub links that point to implementations
This issue was found thanks to @siriak that reported it in https://github.com/TheAlgorithms/website/issues/142. Anyone who wants to work on it, feel free to let us know below, and we'll assign you! 🙂
Hey, I have created a pull-request fixing this issue.
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
is this issue still valid?
is this issue still valid?
Yep, it's still valid. 🙂
Has the links been replaced?
Hi @Panquesito7, I think I fixed all the links that were broken except one which is "https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/selecting/quickSelect.cpp", I didn't find the location of the file. But the real problem... there are more than 100 links!😲 , I don't know if you still want the PR to be done, and if so, do you want all the changes to be uploaded in a single PR?
Hey there! A single PR should be fine, as long as it's for the same repository (in this case, C++). Sorry for the very late reply. Thanks for your interest in contributing. 🙂
This issue was found thanks to @siriak that reported it in TheAlgorithms/website#142. Anyone who wants to work on it, feel free to let us know below, and we'll assign you! 🙂
Do you mean we need ti change the links to the algorithem website?
This issue was found thanks to @siriak that reported it in TheAlgorithms/website#142. Anyone who wants to work on it, feel free to let us know below, and we'll assign you! 🙂
Do you mean we need ti change the links to the algorithem website?
To be honest, we should consider getting rid of the links entirely. On the website, they are redundant. If people choose to browse on GitHub, they can find the implementations by searching on the website; a single website link in the readme suffices for that. If we do want to add these links for convenience, a single link to the appropriate algorithm page on the website should be used (rather than links for all languages).