algorithms
algorithms copied to clipboard
The All ▲lgorithms documentation website.
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.27.2. Release notes Sourced from axios's releases. v0.27.2 0.27.2 (April 27, 2022) Fixes and Functionality: Fixed FormData posting in browser environment by reverting #3785 (#4640)...
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.1. Release notes Sourced from chalk's releases. v5.0.1 Add main field to package.json for backwards compatibility with some developer tools 85f7e96 https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1 v5.0.0 Breaking This...
Thanks for anyone contributing to the All ▲lgorithms Project. It's been a huge amount of work, and many, many algorithms over the past years. I would like to start creating...
I am creating an issue because... Hi, everyone! We've created this project, with the main objective or learning and help others to learn as well. We want to create a...
I am creating an issue because...
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 1.5.1. Release notes Sourced from axios's releases. Release v1.5.1 Release notes: Bug Fixes adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)...
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. Release notes Sourced from chalk's releases. v5.3.0 Add sideEffects field to package.json 5aafc0a Add support for Gitea Actions (#603) 29b8569 https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0 v5.2.0 Improve Deno...
I am creating a pull request for... - [x] New algorithm - [x] Update to an algorithm - [x] Fix an error - [x] Other - *Describe below*
Implemented a C program to determine if a given number is a Harshad number. Added the isHarshad function to calculate the sum of digits and check divisibility. Included input handling...
I am creating a pull request for... - [ linked list ] algorithm i completed the written part to the linked list .