Go icon indicating copy to clipboard operation
Go copied to clipboard

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

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

**Describe the bug** Currently, the PR #509 disabled some of the `golangci-lint` linters since those linters don't completely support `Go 1.18` generics. Hence, they have been disabled here until there...

bug
dont-close

Add go Style and Idiom guide for contributors.

enhancement
dont-close
Changes Required

**Description** IMO algorithm should be working on data type `float64` instead of `int`. For enhancement: - All the algorithms should be converted to use `float64` as an arguments. Followings are...

enhancement
help wanted
dont-close
Good First Issue

**Description** Use the new `go1.18` `FuzzXxx` tests to test cipher algorithm encryption and decryption. The tests should accept fuzzed strings, encrypt then decrypt them, and check for equality with the...

enhancement
help wanted
dont-close
Good First Issue

To calculate the radians of tangent

stale

Hi, I have not seen any implementation of [Binomial Coefficient](https://en.wikipedia.org/wiki/Binomial_coefficient) in this repo. Could you please assign this issue to me? Regards, Akshay

Hi, I have not seen any implementation of [least frequently used cache](https://en.m.wikipedia.org/wiki/Least_frequently_used) in this repo. Could you please assign this issue to me? Regards, Akshay

### What would you like to share? The current docs provide a valuable collection of algorithms in Go. However, there is missing information about the time and space complexity of...

enhancement
dont-close