amcones / myDataStructure

My data structure realize in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Data Structure

English/中文

My data structures' implementation with golang.

Featured

  • generic functions
  • reliable implementation
  • fully annotated

Contents

  • FenwickTree
  • Priority Queue
  • Queue
  • SegmentTree
  • Sparse Table
  • Stack
  • and so on

Why this

I found it difficult to find a package with these frequently-used data structures that implement the generic functions in golang.

By the way, I want to improve my implementation ability in golang and improve my understanding of data structures.

So I do this.

About

My data structure realize in golang.


Languages

Language:Go 100.0%