Categorygithub.com/gregoryalbouy/go-datastructures
repositorypackage
0.0.0-20201009154953-a13166e622af
Repository: https://github.com/gregoryalbouy/go-datastructures.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Report Card

go-datastructures

Modest attempt at implementing common datastructure in Go.

Work in progress.

  • Singly Linked List
  • Doubly Linked List
  • Queue
  • Stack
  • Binary Search Tree
  • Binary Heap
  • Graphs (in progress)