go-algorithms

module
v0.0.0-...-8b228d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2020 License: MIT

README

go-algorithms

Algorithms and data structures implemented in Go

PkgGoDev

Directories

Path Synopsis
pkg
linkedlist
Package linkedlist implements a linear data structure Linked List A Linked List is a linear collection of data elements, in which linear order is not given by their physical placement in memory.
Package linkedlist implements a linear data structure Linked List A Linked List is a linear collection of data elements, in which linear order is not given by their physical placement in memory.
luhnalgorithm
Package luhnalgorithm is an implementation of Luhn Algorithm, also known as the Modulus 10
Package luhnalgorithm is an implementation of Luhn Algorithm, also known as the Modulus 10
modulus11
Package modulus11 is an implementation of the Modulus 11 check digit calculation
Package modulus11 is an implementation of the Modulus 11 check digit calculation
palindrome
Package palindrome checks for Palindrome strings or numbers A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward.
Package palindrome checks for Palindrome strings or numbers A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward.
prime/sieveofatkin
Package sieveofatkin is an implementation for the Sieve of Atkin, a modern algorithm for finding all prime numbers up to a specified integer
Package sieveofatkin is an implementation for the Sieve of Atkin, a modern algorithm for finding all prime numbers up to a specified integer
sorting/selection_sort
Package selection_sort implements a selection sort algorithm.
Package selection_sort implements a selection sort algorithm.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL