Skip to content

nevet/goalgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%