Algorithms and Data Structures Library for Go
Algorithms:
- Permutation: next and previous permutation (same as next_permutation in C++)
- Primes: getting primes number by Sieve of Eratosthenes algorithm. checking a prime number by Miller Rabin.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Algorithms and Data Structures Library for Go
Algorithms: