Go icon indicating copy to clipboard operation
Go copied to clipboard

Algorithms and Data Structures implemented in Go for beginners, following best practices.

Results 48 Go issues
Sort by recently updated
recently updated
newest added

This is a reimplementation for the algorithm sieve of erathosthenes, this reimplementation doesn't use channels and has a better performance than the actual sieve in the repository. Benchmarks for `limit=10000`...

### Tasks: - [ ] Remove commented code. - [ ] Remove useless directories. ### Linked issues: #335

dont-close

Fixes warnings like at the bottom of https://github.com/TheAlgorithms/Go/actions/runs/11144175146 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)

#### Description of Change This pull request adds an implementation for the Gnome sort algorithm under `./sort` and adds its test and benchmark to the `sorts_test.go` file. #### Checklist -...

stale

add hacktoberfest-label please

add hacktoberfest label please