Algorithms and Data Structures Library for Go
[UNDER DEVELOPMENT]
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.