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

    Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈

  • Revelo Payroll

    Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.

  • 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 14,385
2 codeforces-go 2,681
3 go-patricia 266
4 go-succinct-data-structure-trie 41
5 zset 9
6 set 2
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev