package
0.0.0-20250206101203-bd6683890685
Repository: https://github.com/dockerian/go-coding.git
Documentation: pkg.go.dev

# README

Data Structure

This is a data structures library and general algorithm solutions in Go (golang).


Array


Heap


Linked List


Queue and Stack


Mathematics


Tree/Trie


String

# Packages

Package arr :: slice.go.
Package exp :: opStack.go.
Package heap :: pq.go.
Package maps :: maps.go.
Package mathex :: math.go.
Package queue :: queue.go.
Package stack :: str.go - a string stack.
Package str :: str.go.
Package tree :: tree.go.
Package trie :: trie.go.
Package zip :: zip.go.