algoimpl

module
v0.0.0-...-5442906 Latest Latest
Warning

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

Go to latest
Published: May 25, 2015 License: BSD-2-Clause

README

Algoimpl

A collection of various algorithms in various languages. I have tried to organize them into appropriate directories in case anybody wants to import a package in to their library.

My go graph package is well built. Use it. Give me suggestions.

Directories

Path Synopsis
go
graph
Implements an adjacency list graph as a slice of generic nodes and includes some useful graph functions.
Implements an adjacency list graph as a slice of generic nodes and includes some useful graph functions.
sort/dupsort
Package dupsort, again, is my own implementation of different sort functions.
Package dupsort, again, is my own implementation of different sort functions.
sort/integers
Implements merge sort on []ints.
Implements merge sort on []ints.
tree/binary
Package binary has functions for abusing a binary tree.
Package binary has functions for abusing a binary tree.
various
Implements the maximum subarray algorithm on a slice of ints
Implements the maximum subarray algorithm on a slice of ints

Jump to

Keyboard shortcuts

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