go-algs

module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2022 License: MIT

README

Test coverage

Learning purposes :)

Directories

Path Synopsis
Package bfs provides functions to perform a traverse using the breadth-first search algorithm.
Package bfs provides functions to perform a traverse using the breadth-first search algorithm.
Package binarysearch provides a way of finding a value in an ordered slice using the binary search algorithm.
Package binarysearch provides a way of finding a value in an ordered slice using the binary search algorithm.
Package bubblesort provides a way of sorting a slice using the bubble sort algorithm.
Package bubblesort provides a way of sorting a slice using the bubble sort algorithm.
Package dfs provides functions to perform a traverse using the depth-first search algorithm.
Package dfs provides functions to perform a traverse using the depth-first search algorithm.
Package gcd implements algorithms related to the greatest common divisor.
Package gcd implements algorithms related to the greatest common divisor.
Package insertionsort provides a way of sorting a slice using the insertion sort algorithm.
Package insertionsort provides a way of sorting a slice using the insertion sort algorithm.
Package lcm implements algorithms related to the least common multiple.
Package lcm implements algorithms related to the least common multiple.
Package mergesort provides a way of sorting a slice using the merge sort algorithm.
Package mergesort provides a way of sorting a slice using the merge sort algorithm.
Package mod implements operations related to modular arithmetic.
Package mod implements operations related to modular arithmetic.
Package primes implements algorithms for generating prime numbers.
Package primes implements algorithms for generating prime numbers.
Package quicksort provides a way of sorting a slice using the quick sort algorithm.
Package quicksort provides a way of sorting a slice using the quick sort algorithm.
Package selectionsort provides a way of sorting a slice using the selection sort algorithm.
Package selectionsort provides a way of sorting a slice using the selection sort algorithm.

Jump to

Keyboard shortcuts

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