Go Tree

Open-source Go projects categorized as Tree

Top 16 Go Tree 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

  • dep-tree

    tool for helping developers keep their code bases clean and decoupled. It allows visualising a "code base entropy" using a 3d force-directed graph of files and the dependencies between.

  • Project mention: Show HN: Visualize the Entropy of a Codebase with a 3D Force-Directed Graph | news.ycombinator.com | 2024-01-31

    The portion of the code in charge of rendering lives inside the `internal/entropy` (https://github.com/gabotechs/dep-tree/tree/main/internal/ent...).

    Force-directed is an algorithm for displaying graphs in a 2d or 3d space, which simulates attraction/repulsion based on the dependencies between the nodes, the wikipedia page explains it really well https://en.wikipedia.org/wiki/Force-directed_graph_drawing

    > Love it, I think dependency trees are super underused data for static analysis.

    Definitely, specially for evaluating "the big picture" of a codebase

  • 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
  • algorithms

    CLRS study. Codes are written with golang. (by shady831213)

  • merkletree

    A Merkle Tree implementation written in Go.

  • data-structures

    Go datastructures. (by timtadh)

  • typex

    [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural types as TypeScript value object or bare type representations.

  • gtree

    Using either Markdown or Programmatically to generate trees🌳 and directories📁, and to verify directories🔍. Provide CLI, Golang library and Web.

  • Project mention: gtree CLI built to WASM with WASI support🌳! | /r/commandline | 2023-08-27
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tftree

    Display your Terraform module call stack in your terminal

  • Project mention: Open-Source Tools to Supercharge Your Terraform Workflow | /r/Terraform | 2023-06-18
  • treemap

    🍬 Pretty Treemaps (by nikolaydubina)

  • envh

    Go helpers to manage environment variables

  • ddt

    Golang Dynamic Decision Tree (by sgrodriguez)

  • hoi4treesnap

    hoi4treesnap generates Hearts of Iron IV focus tree screenshots

  • mpath

    Golang package for MPTT (Modified Preorder Tree Traversal) - materialized path realisation.

  • tfscan

    Inspect Terraform resources in a state and plan JSON files

  • tree

    Simple tree structure and a handy command line tool named 'tq' (by jarxorg)

  • pretree

    pretree is a package for storing and querying routing rules with prefix tree .

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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).

Go Tree related posts

Index

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

Project Stars
1 gods 15,418
2 dep-tree 1,238
3 algorithms 764
4 merkletree 474
5 data-structures 415
6 typex 195
7 gtree 189
8 tftree 142
9 treemap 131
10 envh 98
11 ddt 33
12 hoi4treesnap 16
13 mpath 13
14 tfscan 8
15 tree 4
16 pretree 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com