ppegusii / datastructures

A collection of golang datastructures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datastructures

A collection of golang datastructures.

priority queue

Built on top of [http://golang.org/pkg/container/heap/]. It features flexible priorities via user defined comparison and concurrency support.

About

A collection of golang datastructures.

License:MIT License


Languages

Language:Go 100.0%