go-misc

module
v0.0.0-...-32e7b76 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2016 License: Apache-2.0

README

go-misc

Build Status

Miscellaneous Golang implementations

Algorithms

  • RadixSort.go: Implementation of RadixSort for unsigned integers
  • ReverseInteger.go: Reversal of an integer (1234 -> 4321)
  • StringStuff.go: Check for permutations of strings

Datastructures

  • CircularQueue.go: An array-based implementation of a circular queue with runtime type resolution
  • HashMap.go: A string->string hash map which uses quadratic probing
  • IntegerLinkedList.go: What it says on the tin. A simple linked list implementation that only stores ints
  • ScoredBST.go: A Binary Search Tree implementation that utilizes a scoring strategy similar to a hash

Testutils

Collection of helper functions which help implement unit tests

Directories

Path Synopsis
p2p

Jump to

Keyboard shortcuts

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