Go Data Structure

Open-source Go projects categorized as Data Structure

Top 6 Go Data Structure Projects

  • gods

    GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

  • Project mention: How do you go about the lack of built in data structure like stack, queue for LeetCode | /r/golang | 2023-05-24

    for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods

  • codeforces-go

    算法竞赛模板库 by 灵茶山艾府 💭💡🎈

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • go-patricia

    A generic patricia trie (also called radix tree) implemented in Go (Golang)

  • go-succinct-data-structure-trie

    Succinct Data Structure of Trie, written in Go

  • zset

    ZSet is an in-memory Redis like sorted set datastructure

  • set

    Thread(Safe/Unsafe) Set data structure for Go. (by gozeloglu)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-24.

Go Data Structure related posts

Index

What are some of the best open-source Data Structure projects in Go? This list will help you:

Project Stars
1 gods 15,385
2 codeforces-go 3,962
3 go-patricia 271
4 go-succinct-data-structure-trie 42
5 zset 9
6 set 3
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com