Shankha Suvra Dam
Shankha Suvra Dam
The `websites.json` file needs to be autogenerated, now that it has been separated into categories. And as far as I can see on the website, there is nothing to automate...
### Description of the feature request There are a ton of algorithms present on https://the-algorithms.com, but I feel that they aren't presented as well. Don't get me wrong, the site...
#### Description of Change Added the solution for getting Aliquot Sum of a Number. The corresponding link is [here](https://the-algorithms.com/algorithm/aliquot-sum). This is the first time I'm contributing to this particular repository,...
This pull request aims to add the implementation for [Average Mode](https://the-algorithms.com/algorithm/average-mode) I did not however run `npm run test`, for it seems it modified over 700 files, many of which...
### Description of the bug In the language page for C, under the category of `Math`, there seem to be two entries for `Armstrong Number`. *But* it is not a...
### Description of the content report There exist two different entries for Caesar cipher. There's one for [Java](https://the-algorithms.com/algorithm/caesar), and other with [C++, JS, Python, PHP](https://the-algorithms.com/algorithm/caesar-cipher?lang=php). Please merge the Java Implementation...
### Description of the content report There are three entries for checking whether a number is a palindrome, one in JavaScript (`Is Palindrome Integer Number`), one in Python (`Is Int...
### Description of the content report There are two entries for the Atbash cipher. One covers the implementation for C++ (named `Atbash cipher`), and the other covers the implementations for...
This pull request aims to add the typescript implementation for Armstrong Numbers