nevet / goalgo

Algorithms and Data Structures for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures Library for Go

Algorithms:

  1. Permutation: next and previous permutation (same as next_permutation in C++)
  2. Primes: getting primes number by Sieve of Eratosthenes algorithm. checking a prime number by Miller Rabin.

About

Algorithms and Data Structures for Go


Languages

Language:Go 100.0%