go-lctree

Tree serializer

Provides data structures and utilities for serializing and deserializing LeetCode-style binary trees

go-lctree provides a CLI and Go primitives to serialize and deserialize LeetCode binary trees (e.g. "[5,4,7,3,null,2,null,-1,null,9]").

GitHub

4 stars
2 watching
2 forks
Language: Go
last commit: over 4 years ago
Linked from 1 awesome list

leetcodeleetcode-golang

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
dmlc/treelite Enables storage and exchange of decision tree models in a format independent of specific frameworks or platforms. 738
haskell/binary Efficient serialisation of values to and from lazy ByteStrings in Haskell. 106
talgalili/dendextend Enhances R's dendrogram functionality with additional features and functions 153
mibk/dupl Tools for detecting code clones in Go source files using suffix trees. 346
crusj/hierarchy-tree-go.nvim Displays call chains and hierarchical relationships in Go source code 29
begeekmyfriend/bplustree A minimal B+Tree indexing structure implementation for efficient key-value storage 1,863
kscanne/orthotree A tool for generating large phylogenetic language trees based on orthographic distance 10
leebenson/conform Automatically trims and sanitizes struct string fields in Go based on embedded tags. 323
sgreben/piecewiselinear A lightweight linear interpolation library for Go 26
treeform/flatty A fast and simple binary serializer/deserializer for Nim. 87
kylebanks/depth A tool to visualize Go source code dependency trees 943
aerogo/codetree An indented code parser that generates a tree structure from various programming languages. 24
surullabs/lint Tool to run multiple linters on Go code to detect errors and warnings 67
samber/slog-channel A Go channel handler for structured logging 6
shady831213/algorithms A collection of algorithms and data structures implemented in Go. 805